public abstract class IgniteCachedDomainDataAccess extends HibernateRegion implements org.hibernate.cache.spi.access.CachedDomainDataAccess
HibernateAccessStrategyAdapter.| Modifier and Type | Field and Description |
|---|---|
protected HibernateAccessStrategyAdapter |
stgy |
cache, ignite| Modifier | Constructor and Description |
|---|---|
protected |
IgniteCachedDomainDataAccess(HibernateAccessStrategyAdapter stgy,
org.hibernate.cache.spi.RegionFactory regionFactory,
org.hibernate.cache.spi.DomainDataRegion domainDataRegion,
Ignite ignite,
HibernateCacheProxy cache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object key) |
void |
evict(Object key) |
void |
evictAll() |
Object |
get(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key) |
org.hibernate.cache.spi.DomainDataRegion |
getRegion() |
org.hibernate.cache.spi.access.SoftLock |
lockItem(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
Object version) |
@Nullable org.hibernate.cache.spi.access.SoftLock |
lockRegion() |
boolean |
putFromLoad(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
Object value,
Object version) |
boolean |
putFromLoad(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
Object value,
Object version,
boolean minimalPutOverride) |
void |
remove(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key) |
void |
removeAll(org.hibernate.engine.spi.SharedSessionContractImplementor ses) |
void |
unlockItem(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
org.hibernate.cache.spi.access.SoftLock lock) |
void |
unlockRegion(org.hibernate.cache.spi.access.SoftLock lock) |
clear, destroy, getElementCountInMemory, getElementCountOnDisk, getSizeInMemorygetName, getRegionFactoryprotected final HibernateAccessStrategyAdapter stgy
protected IgniteCachedDomainDataAccess(HibernateAccessStrategyAdapter stgy, org.hibernate.cache.spi.RegionFactory regionFactory, org.hibernate.cache.spi.DomainDataRegion domainDataRegion, Ignite ignite, HibernateCacheProxy cache)
stgy - Access strategy implementation.public org.hibernate.cache.spi.DomainDataRegion getRegion()
getRegion in interface org.hibernate.cache.spi.access.CachedDomainDataAccesspublic Object get(org.hibernate.engine.spi.SharedSessionContractImplementor ses, Object key) throws org.hibernate.cache.CacheException
get in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic boolean putFromLoad(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
Object value,
Object version)
throws org.hibernate.cache.CacheException
putFromLoad in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic boolean putFromLoad(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
Object value,
Object version,
boolean minimalPutOverride)
throws org.hibernate.cache.CacheException
putFromLoad in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic org.hibernate.cache.spi.access.SoftLock lockItem(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
Object version)
throws org.hibernate.cache.CacheException
lockItem in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic void unlockItem(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
org.hibernate.cache.spi.access.SoftLock lock)
throws org.hibernate.cache.CacheException
unlockItem in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic void remove(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key)
throws org.hibernate.cache.CacheException
remove in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheException@Nullable
public @Nullable org.hibernate.cache.spi.access.SoftLock lockRegion()
throws org.hibernate.cache.CacheException
lockRegion in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic void unlockRegion(org.hibernate.cache.spi.access.SoftLock lock)
throws org.hibernate.cache.CacheException
unlockRegion in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic void removeAll(org.hibernate.engine.spi.SharedSessionContractImplementor ses)
throws org.hibernate.cache.CacheException
removeAll in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic void evict(Object key) throws org.hibernate.cache.CacheException
evict in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic void evictAll()
throws org.hibernate.cache.CacheException
evictAll in interface org.hibernate.cache.spi.access.CachedDomainDataAccessorg.hibernate.cache.CacheExceptionpublic boolean contains(Object key)
contains in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025