@Deprecated public abstract class IgniteCachedDomainDataAccess extends HibernateRegion implements org.hibernate.cache.spi.access.CachedDomainDataAccess
HibernateAccessStrategyAdapter.| Modifier and Type | Field and Description |
|---|---|
protected HibernateAccessStrategyAdapter |
stgy
Deprecated.
|
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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object key)
Deprecated.
|
void |
evict(Object key)
Deprecated.
|
void |
evictAll()
Deprecated.
|
Object |
get(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key)
Deprecated.
|
org.hibernate.cache.spi.DomainDataRegion |
getRegion()
Deprecated.
|
org.hibernate.cache.spi.access.SoftLock |
lockItem(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
Object version)
Deprecated.
|
@Nullable org.hibernate.cache.spi.access.SoftLock |
lockRegion()
Deprecated.
|
boolean |
putFromLoad(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
Object value,
Object version)
Deprecated.
|
boolean |
putFromLoad(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
Object value,
Object version,
boolean minimalPutOverride)
Deprecated.
|
void |
remove(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key)
Deprecated.
|
void |
removeAll(org.hibernate.engine.spi.SharedSessionContractImplementor ses)
Deprecated.
|
void |
unlockItem(org.hibernate.engine.spi.SharedSessionContractImplementor ses,
Object key,
org.hibernate.cache.spi.access.SoftLock lock)
Deprecated.
|
void |
unlockRegion(org.hibernate.cache.spi.access.SoftLock lock)
Deprecated.
|
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.35 Release Date : July 3 2026