public class

CollectionRegionAdapter

extends BaseTransactionalDataRegionAdapter
implements CollectionRegion
java.lang.Object
   ↳ org.hibernate.cache.impl.bridge.BaseRegionAdapter
     ↳ org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
       ↳ org.hibernate.cache.impl.bridge.CollectionRegionAdapter

Class Overview

Adapter specifically bridging CollectionRegion to Cache.

Summary

[Expand]
Inherited Fields
From class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
From class org.hibernate.cache.impl.bridge.BaseRegionAdapter
Public Constructors
CollectionRegionAdapter(Cache underlyingCache, Settings settings, CacheDataDescription metadata)
Public Methods
CollectionRegionAccessStrategy buildAccessStrategy(AccessType accessType)
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

Public Constructors

public CollectionRegionAdapter (Cache underlyingCache, Settings settings, CacheDataDescription metadata)

Public Methods

public CollectionRegionAccessStrategy buildAccessStrategy (AccessType accessType)

Build an access strategy for the requested access type.

Parameters
accessType The type of access strategy to build; never null.
Returns
  • The appropriate strategy contract for accessing this region for the requested type of access.