Uses of Interface
org.hibernate.cache.spi.support.StorageAccess
-
Packages that use StorageAccess Package Description org.hibernate.cache.jcache.internal org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider.org.hibernate.testing.cache -
-
Uses of StorageAccess in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement StorageAccess Modifier and Type Class Description class
JCacheAccessImpl
StorageAccess implementation wrapping a JCacheCache
reference.Methods in org.hibernate.cache.jcache.internal that return StorageAccess Modifier and Type Method Description protected StorageAccess
JCacheRegionFactory. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
protected StorageAccess
JCacheRegionFactory. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
-
Uses of StorageAccess in org.hibernate.cache.spi.support
Subinterfaces of StorageAccess in org.hibernate.cache.spi.support Modifier and Type Interface Description interface
DomainDataStorageAccess
Specialization ofStorageAccess
for domain data regions.Methods in org.hibernate.cache.spi.support that return StorageAccess Modifier and Type Method Description protected abstract StorageAccess
RegionFactoryTemplate. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
protected abstract StorageAccess
RegionFactoryTemplate. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
StorageAccess
DirectAccessRegionTemplate. getStorageAccess()
Constructors in org.hibernate.cache.spi.support with parameters of type StorageAccess Constructor Description DirectAccessRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess)
Constructs aDirectAccessRegionTemplate
.QueryResultsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess)
Constructs aQueryResultsRegionTemplate
.TimestampsRegionTemplate(String name, RegionFactory regionFactory, StorageAccess storageAccess)
Constructs aTimestampsRegionTemplate
. -
Uses of StorageAccess in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement StorageAccess Modifier and Type Class Description class
MapStorageAccessImpl
StorageAccess impl wrapping a simple data Map (ConcurrentMap)Methods in org.hibernate.testing.cache that return StorageAccess Modifier and Type Method Description protected StorageAccess
CachingRegionFactory. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
protected StorageAccess
CachingRegionFactory. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
-