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