Uses of Interface
org.hibernate.cache.spi.DomainDataRegion
-
Packages that use DomainDataRegion Package Description 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. -
-
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()
-