|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.cache.impl.bridge.BaseRegionAdapter
org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
public abstract class BaseTransactionalDataRegionAdapter
| Field Summary | |
|---|---|
protected CacheDataDescription |
metadata
|
| Fields inherited from class org.hibernate.cache.impl.bridge.BaseRegionAdapter |
|---|
settings, underlyingCache |
| Constructor Summary | |
|---|---|
protected |
BaseTransactionalDataRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata)
|
| 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 class org.hibernate.cache.impl.bridge.BaseRegionAdapter |
|---|
clear, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.hibernate.cache.Region |
|---|
destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap |
| Field Detail |
|---|
protected final CacheDataDescription metadata
| Constructor Detail |
|---|
protected BaseTransactionalDataRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata)
| Method Detail |
|---|
public boolean isTransactionAware()
TransactionalDataRegion
isTransactionAware in interface TransactionalDataRegionpublic CacheDataDescription getCacheDataDescription()
getCacheDataDescription in interface TransactionalDataRegion
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||