public interface DomainDataRegionConfig
SessionFactoryOptions.getCacheRegionPrefix().| Modifier and Type | Method and Description | 
|---|---|
List<CollectionDataCachingConfig> | 
getCollectionCaching()
Retrieve the list of all collection data to be stored in this region 
 | 
List<EntityDataCachingConfig> | 
getEntityCaching()
Retrieve the list of all entity to be stored in this region 
 | 
List<NaturalIdDataCachingConfig> | 
getNaturalIdCaching()
Retrieve the list of all natural-id data to be stored in this region 
 | 
String | 
getRegionName()
Retrieve the unqualified name of this region. 
 | 
String getRegionName()
List<EntityDataCachingConfig> getEntityCaching()
List<NaturalIdDataCachingConfig> getNaturalIdCaching()
List<CollectionDataCachingConfig> getCollectionCaching()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.