| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityRegion
Defines the contract for a cache region which will specifically be used to store entity data.
| Method Summary | |
|---|---|
|  EntityRegionAccessStrategy | buildAccessStrategy(AccessType accessType)Build an access strategy for the requested access type. | 
| Methods inherited from interface org.hibernate.cache.TransactionalDataRegion | 
|---|
| getCacheDataDescription, isTransactionAware | 
| Methods inherited from interface org.hibernate.cache.Region | 
|---|
| contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap | 
| Method Detail | 
|---|
EntityRegionAccessStrategy buildAccessStrategy(AccessType accessType)
                                               throws CacheException
accessType - The type of access strategy to build; never null.
CacheException - Usually indicates mis-configuration.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||