|
||||||||||
| 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
org.hibernate.cache.impl.bridge.CollectionRegionAdapter
public class CollectionRegionAdapter
Adapter specifically bridging CollectionRegion to Cache.
| Field Summary |
|---|
| Fields inherited from class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter |
|---|
metadata |
| Fields inherited from class org.hibernate.cache.impl.bridge.BaseRegionAdapter |
|---|
settings, underlyingCache |
| Constructor Summary | |
|---|---|
CollectionRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata)
|
|
| Method Summary | |
|---|---|
CollectionRegionAccessStrategy |
buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type. |
| Methods inherited from class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter |
|---|
getCacheDataDescription, isTransactionAware |
| 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.TransactionalDataRegion |
|---|
getCacheDataDescription, isTransactionAware |
| Methods inherited from interface org.hibernate.cache.Region |
|---|
destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap |
| Constructor Detail |
|---|
public CollectionRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata)
| Method Detail |
|---|
public CollectionRegionAccessStrategy buildAccessStrategy(AccessType accessType)
throws CacheException
CollectionRegion
buildAccessStrategy in interface CollectionRegionaccessType - 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 | |||||||||