public class HazelcastStorageAccessImpl extends Object implements HazelcastStorageAccess
RegionCache reference.| Modifier and Type | Method and Description |
|---|---|
void |
afterUpdate(Object key,
Object newValue,
Object newVersion) |
boolean |
contains(Object key) |
void |
evictData() |
void |
evictData(Object key) |
Object |
getFromCache(Object key,
org.hibernate.engine.spi.SharedSessionContractImplementor session) |
void |
putIntoCache(Object key,
Object value,
org.hibernate.engine.spi.SharedSessionContractImplementor session) |
void |
release() |
void |
unlockItem(Object key,
org.hibernate.cache.spi.access.SoftLock lock) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void afterUpdate(Object key, Object newValue, Object newVersion)
afterUpdate in interface HazelcastStorageAccesspublic boolean contains(Object key)
contains in interface org.hibernate.cache.spi.support.StorageAccesspublic void evictData()
throws org.hibernate.cache.CacheException
evictData in interface org.hibernate.cache.spi.support.StorageAccessorg.hibernate.cache.CacheExceptionpublic void evictData(Object key) throws org.hibernate.cache.CacheException
evictData in interface org.hibernate.cache.spi.support.StorageAccessorg.hibernate.cache.CacheExceptionpublic Object getFromCache(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session) throws org.hibernate.cache.CacheException
getFromCache in interface org.hibernate.cache.spi.support.StorageAccessorg.hibernate.cache.CacheExceptionpublic void putIntoCache(Object key, Object value, org.hibernate.engine.spi.SharedSessionContractImplementor session) throws org.hibernate.cache.CacheException
putIntoCache in interface org.hibernate.cache.spi.support.StorageAccessorg.hibernate.cache.CacheExceptionpublic void release()
release in interface org.hibernate.cache.spi.support.StorageAccesspublic void unlockItem(Object key, org.hibernate.cache.spi.access.SoftLock lock)
unlockItem in interface HazelcastStorageAccessCopyright © 2019. All Rights Reserved.