Interface DomainDataRegionConfig

    • Method Detail

      • getRegionName

        java.lang.String getRegionName()
        Retrieve the unqualified name of this region.
      • getEntityCaching

        java.util.List<EntityDataCachingConfig> getEntityCaching()
        Retrieve the list of all entity data to be stored in this region
      • getNaturalIdCaching

        java.util.List<NaturalIdDataCachingConfig> getNaturalIdCaching()
        Retrieve the list of all natural-id data to be stored in this region
      • getCollectionCaching

        java.util.List<CollectionDataCachingConfig> getCollectionCaching()
        Retrieve the list of all collection data to be stored in this region