Uses of Interface
org.hibernate.cache.spi.support.StorageAccess
-
Packages that use StorageAccess Package Description org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.testing.cache -
-
Uses of StorageAccess in org.hibernate.cache.spi.support
Subinterfaces of StorageAccess in org.hibernate.cache.spi.support Modifier and Type Interface Description interfaceDomainDataStorageAccessSpecialization of StorageAccess for domain data regionsMethods in org.hibernate.cache.spi.support that return StorageAccess Modifier and Type Method Description protected abstract StorageAccessRegionFactoryTemplate. createQueryResultsRegionStorageAccess(java.lang.String regionName, SessionFactoryImplementor sessionFactory)protected abstract StorageAccessRegionFactoryTemplate. createTimestampsRegionStorageAccess(java.lang.String regionName, SessionFactoryImplementor sessionFactory)StorageAccessDirectAccessRegionTemplate. getStorageAccess()Constructors in org.hibernate.cache.spi.support with parameters of type StorageAccess Constructor Description DirectAccessRegionTemplate(java.lang.String name, RegionFactory regionFactory, StorageAccess storageAccess)Constructs aDirectAccessRegionTemplate.QueryResultsRegionTemplate(java.lang.String name, RegionFactory regionFactory, StorageAccess storageAccess)Constructs aQueryResultsRegionTemplate.TimestampsRegionTemplate(java.lang.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(java.lang.String regionName, SessionFactoryImplementor sessionFactory)protected StorageAccessCachingRegionFactory. createTimestampsRegionStorageAccess(java.lang.String regionName, SessionFactoryImplementor sessionFactory)
-