public interface DomainDataRegion extends Region
EntityDataAccess
, etc),
including some form of lockingModifier and Type | Method and Description |
---|---|
CollectionDataAccess |
getCollectionDataAccess(NavigableRole collectionRole)
Build a CollectionRegionAccess instance representing access to collection
data stored in this cache region using the given AccessType.
|
EntityDataAccess |
getEntityDataAccess(NavigableRole rootEntityRole)
Build a EntityRegionAccess instance representing access to entity data
stored in this cache region using the given AccessType.
|
NaturalIdDataAccess |
getNaturalIdDataAccess(NavigableRole rootEntityRole)
Build a NaturalIdRegionAccess instance representing access to natural-id
data stored in this cache region using the given AccessType.
|
clear, destroy, getName, getRegionFactory
EntityDataAccess getEntityDataAccess(NavigableRole rootEntityRole)
rootEntityRole
- The root entity name for the hierarchy whose data
we want to accessCacheException
- If the provider cannot provide the requested accessNaturalIdDataAccess getNaturalIdDataAccess(NavigableRole rootEntityRole)
rootEntityRole
- The NavigableRole of the root entity whose
natural-id data we want to accessCacheException
- If the provider cannot provide the requested accessCollectionDataAccess getCollectionDataAccess(NavigableRole collectionRole)
collectionRole
- The NavigableRole of the collection whose data
we want to accessCacheException
- If the provider cannot provide the requested accessCopyright © 2021 JBoss by Red Hat. All rights reserved.