Uses of Interface
org.hibernate.cache.spi.DomainDataRegion
-
Packages that use DomainDataRegion Package Description org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.jcache.internal org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cached entity and collection data.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 DomainDataRegion in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal that return DomainDataRegion Modifier and Type Method Description DomainDataRegionNoCachingRegionFactory. buildDomainDataRegion(DomainDataRegionConfig regionConfig, DomainDataRegionBuildingContext buildingContext) -
Uses of DomainDataRegion in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement DomainDataRegion Modifier and Type Class Description classJCacheDomainDataRegionImplMethods in org.hibernate.cache.jcache.internal that return DomainDataRegion Modifier and Type Method Description DomainDataRegionJCacheRegionFactory. buildDomainDataRegion(DomainDataRegionConfig regionConfig, DomainDataRegionBuildingContext buildingContext) -
Uses of DomainDataRegion in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi that return DomainDataRegion Modifier and Type Method Description DomainDataRegionRegionFactory. buildDomainDataRegion(DomainDataRegionConfig regionConfig, DomainDataRegionBuildingContext buildingContext)Create a namedRegionfor holding domain model data -
Uses of DomainDataRegion in org.hibernate.cache.spi.access
Methods in org.hibernate.cache.spi.access that return DomainDataRegion Modifier and Type Method Description DomainDataRegionCachedDomainDataAccess. getRegion()The region containing the data being accessed -
Uses of DomainDataRegion in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement DomainDataRegion Modifier and Type Class Description classAbstractDomainDataRegionclassDomainDataRegionImplclassDomainDataRegionTemplateAbstract implementation ofDomainDataRegionbased on implementations just needing to provide aDomainDataStorageAccessreference for basic caching support - DomainDataStorageAccess acts as a simple wrapper around some generalized cache actions such as put or get.Methods in org.hibernate.cache.spi.support that return DomainDataRegion Modifier and Type Method Description DomainDataRegionRegionFactoryTemplate. buildDomainDataRegion(DomainDataRegionConfig regionConfig, DomainDataRegionBuildingContext buildingContext)DomainDataRegionAbstractCachedDomainDataAccess. getRegion() -
Uses of DomainDataRegion in org.hibernate.testing.cache
Methods in org.hibernate.testing.cache that return DomainDataRegion Modifier and Type Method Description DomainDataRegionCachingRegionFactory. buildDomainDataRegion(DomainDataRegionConfig regionConfig, DomainDataRegionBuildingContext buildingContext)
-