|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
public interface TransactionalDataRegion
Defines contract for regions which hold transactionally-managed data.
The data is not transactionally managed within the region; merely it is transactionally-managed in relation to its association with a particularSession.
| Method Summary | |
|---|---|
CacheDataDescription |
getCacheDataDescription()
|
boolean |
isTransactionAware()
Is the underlying cache implementation aware of (and "participating in") ongoing JTA transactions? Regions which report that they are transaction-aware are considered "synchronous", in that we assume we can immediately (i.e. |
| Methods inherited from interface org.hibernate.cache.Region |
|---|
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap |
| Method Detail |
|---|
boolean isTransactionAware()
CacheDataDescription getCacheDataDescription()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||