- unloadInstance() - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceLoader
-
- unlock(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
-
- unlockItem(Object, SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
-
Called when we have finished the attempted update/delete (which may or
may not have been successful), after transaction completion.
- unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
-
- unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
-
This will issue a log warning stating that an attempt was made to unlock an item from a read-only cache region.
- unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
-
- unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
-
NO-OP
- unlockRegion(SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
-
Called after we have finished the attempted invalidation of the entire
region
- unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
-
- unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
-
This will issue a log warning stating that an attempt was made to unlock a read-only cache region.
- unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
-
- update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
-
This is an asynchronous cache access strategy.
- update(Object, Object, Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
-
Called after an item has been updated (before the transaction completes),
instead of calling evict().
- update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
-
- update(Object, Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
-
- USE_LITE_MEMBER - Static variable in class com.hazelcast.hibernate.CacheEnvironment
-
- USE_NATIVE_CLIENT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
-
- USE_SUPER_CLIENT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
-
Deprecated.