org.hibernate.cache.EntityRegion |
Known Indirect Subclasses |
Defines the contract for a cache region which will specifically be used to store entity data.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build an access strategy for the requested access type.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.hibernate.cache.Region
| |||||||||||
From interface
org.hibernate.cache.TransactionalDataRegion
|
Build an access strategy for the requested access type.
accessType | The type of access strategy to build; never null. |
---|
CacheException | Usually indicates mis-configuration. |
---|