- All Superinterfaces:
org.hibernate.cache.spi.support.DomainDataStorageAccess,org.hibernate.cache.spi.support.StorageAccess
- All Known Implementing Classes:
HazelcastStorageAccessImpl
public interface HazelcastStorageAccess
extends org.hibernate.cache.spi.support.DomainDataStorageAccess
Hazelcast specific interface version of Hibernate's DomainDataStorageAccess
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterUpdate(Object key, Object newValue, Object newVersion) voidunlockItem(Object key, org.hibernate.cache.spi.access.SoftLock lock) Methods inherited from interface org.hibernate.cache.spi.support.DomainDataStorageAccess
putFromLoadMethods inherited from interface org.hibernate.cache.spi.support.StorageAccess
clearCache, contains, evictData, evictData, getFromCache, putIntoCache, release, removeFromCache
-
Method Details
-
afterUpdate
-
unlockItem
-