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 classJCacheAccessImplStorageAccess implementation wrapping a JCacheCachereference.Methods in org.hibernate.cache.jcache.internal that return StorageAccess Modifier and Type Method Description protected StorageAccessJCacheRegionFactory. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)protected StorageAccessJCacheRegionFactory. 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 interfaceDomainDataStorageAccessSpecialization ofStorageAccessfor domain data regions.Methods in org.hibernate.cache.spi.support that return StorageAccess Modifier and Type Method Description protected abstract StorageAccessRegionFactoryTemplate. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)protected abstract StorageAccessRegionFactoryTemplate. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)StorageAccessDirectAccessRegionTemplate. 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 classMapStorageAccessImplStorageAccess impl wrapping a simple data Map (ConcurrentMap)Methods in org.hibernate.testing.cache that return StorageAccess Modifier and Type Method Description protected StorageAccessCachingRegionFactory. createQueryResultsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)protected StorageAccessCachingRegionFactory. createTimestampsRegionStorageAccess(String regionName, SessionFactoryImplementor sessionFactory)
-