| java.lang.Object | |||
| ↳ | org.hibernate.cache.impl.bridge.BaseRegionAdapter | ||
| ↳ | org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter | ||
| ↳ | org.hibernate.cache.impl.bridge.CollectionRegionAdapter | ||
Adapter specifically bridging CollectionRegion to Cache.
| 
  [Expand]
   Inherited Fields  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   From class
org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
 | |||||||||||
   From class
org.hibernate.cache.impl.bridge.BaseRegionAdapter
 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Build an access strategy for the requested access type. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
 | |||||||||||
   
From class
  org.hibernate.cache.impl.bridge.BaseRegionAdapter
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  org.hibernate.cache.CollectionRegion
 | |||||||||||
   
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 | 
|---|