Uses of Interface
org.hibernate.cache.spi.support.DomainDataStorageAccess
-
Packages that use DomainDataStorageAccess 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 DomainDataStorageAccess in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement DomainDataStorageAccess Modifier and Type Class Description classJCacheAccessImplStorageAccess implementation wrapping a JCacheCachereference.Methods in org.hibernate.cache.jcache.internal that return DomainDataStorageAccess Modifier and Type Method Description protected DomainDataStorageAccessJCacheRegionFactory. createDomainDataStorageAccess(DomainDataRegionConfig regionConfig, DomainDataRegionBuildingContext buildingContext)Constructors in org.hibernate.cache.jcache.internal with parameters of type DomainDataStorageAccess Constructor Description JCacheDomainDataRegionImpl(DomainDataRegionConfig regionConfig, RegionFactoryTemplate regionFactory, DomainDataStorageAccess domainDataStorageAccess, CacheKeysFactory defaultKeysFactory, DomainDataRegionBuildingContext buildingContext) -
Uses of DomainDataStorageAccess in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support that return DomainDataStorageAccess Modifier and Type Method Description protected DomainDataStorageAccessRegionFactoryTemplate. createDomainDataStorageAccess(DomainDataRegionConfig regionConfig, DomainDataRegionBuildingContext buildingContext)DomainDataStorageAccessDomainDataRegionTemplate. getCacheStorageAccess()Public for testing purposesprotected DomainDataStorageAccessAbstractCachedDomainDataAccess. getStorageAccess() -
Uses of DomainDataStorageAccess in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement DomainDataStorageAccess Modifier and Type Class Description classMapStorageAccessImplStorageAccess impl wrapping a simple data Map (ConcurrentMap)
-