Package org.hibernate.cache.cfg.internal
Class DomainDataRegionConfigImpl
java.lang.Object
org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl
- All Implemented Interfaces:
DomainDataRegionConfig
DomainDataRegionConfig implementation
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the list of all collection data to be stored in this regionRetrieve the list of all entity data to be stored in this regionRetrieve the list of all natural-id data to be stored in this regionRetrieve the unqualified name of this region.
-
Method Details
-
getRegionName
Description copied from interface:DomainDataRegionConfig
Retrieve the unqualified name of this region.- Specified by:
getRegionName
in interfaceDomainDataRegionConfig
-
getEntityCaching
Description copied from interface:DomainDataRegionConfig
Retrieve the list of all entity data to be stored in this region- Specified by:
getEntityCaching
in interfaceDomainDataRegionConfig
-
getNaturalIdCaching
Description copied from interface:DomainDataRegionConfig
Retrieve the list of all natural-id data to be stored in this region- Specified by:
getNaturalIdCaching
in interfaceDomainDataRegionConfig
-
getCollectionCaching
Description copied from interface:DomainDataRegionConfig
Retrieve the list of all collection data to be stored in this region- Specified by:
getCollectionCaching
in interfaceDomainDataRegionConfig
-