Uses of Interface
org.hibernate.cache.spi.support.StorageAccess
Packages that use StorageAccess
Package
Description
This package provides a framework intended to reduce the work needed to implement
a caching provider.
-
Uses of StorageAccess in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement StorageAccessModifier and TypeClassDescriptionclass
StorageAccess implementation wrapping a JCacheCache
reference.Methods in org.hibernate.cache.jcache.internal that return StorageAccessModifier and TypeMethodDescriptionprotected 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.supportModifier and TypeInterfaceDescriptioninterface
Specialization ofStorageAccess
for domain data regions.Methods in org.hibernate.cache.spi.support that return StorageAccessModifier and TypeMethodDescriptionprotected abstract StorageAccess
RegionFactoryTemplate.createQueryResultsRegionStorageAccess
(String regionName, SessionFactoryImplementor sessionFactory) protected abstract StorageAccess
RegionFactoryTemplate.createTimestampsRegionStorageAccess
(String regionName, SessionFactoryImplementor sessionFactory) DirectAccessRegionTemplate.getStorageAccess()
Constructors in org.hibernate.cache.spi.support with parameters of type StorageAccessModifierConstructorDescriptionDirectAccessRegionTemplate
(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 StorageAccessModifier and TypeClassDescriptionclass
StorageAccess impl wrapping a simple data Map (ConcurrentMap)Methods in org.hibernate.testing.cache that return StorageAccessModifier and TypeMethodDescriptionprotected StorageAccess
CachingRegionFactory.createQueryResultsRegionStorageAccess
(String regionName, SessionFactoryImplementor sessionFactory) protected StorageAccess
CachingRegionFactory.createTimestampsRegionStorageAccess
(String regionName, SessionFactoryImplementor sessionFactory)