public interface DomainDataRegionConfig
Configuration for a named region for caching domain data
| 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() |
String getRegionName()
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
List<CollectionDataCachingConfig> getCollectionCaching()
Retrieve the list of all collection data to be stored in this region
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.