Package org.hibernate.boot
Class CacheRegionDefinition
java.lang.Object
org.hibernate.boot.CacheRegionDefinition
Models the definition of caching settings for a particular region. Generally found in:
cfg.xml
- annotations
orm.xml
hbm.xml
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCacheRegionDefinition
(CacheRegionDefinition.CacheRegionType cacheType, String role, String usage, String region, boolean cacheLazy) -
Method Summary
-
Constructor Details
-
CacheRegionDefinition
public CacheRegionDefinition(CacheRegionDefinition.CacheRegionType cacheType, String role, String usage, String region, boolean cacheLazy)
-
-
Method Details
-
getRegionType
-
getRole
-
getUsage
-
getRegion
-
isCacheLazy
public boolean isCacheLazy()
-