public class

EntityRegionAdapter

extends BaseTransactionalDataRegionAdapter
implements EntityRegion
java.lang.Object
   ↳ org.hibernate.cache.impl.bridge.BaseRegionAdapter
     ↳ org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
       ↳ org.hibernate.cache.impl.bridge.EntityRegionAdapter

Class Overview

Adapter specifically bridging EntityRegion to Cache.

Summary

[Expand]
Inherited Fields
From class org.hibernate.cache.impl.bridge.BaseTransactionalDataRegionAdapter
From class org.hibernate.cache.impl.bridge.BaseRegionAdapter
Public Constructors
EntityRegionAdapter(Cache underlyingCache, Settings settings, CacheDataDescription metadata)
Public Methods
EntityRegionAccessStrategy 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.EntityRegion
From interface org.hibernate.cache.Region
From interface org.hibernate.cache.TransactionalDataRegion

Public Constructors

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

Public Methods

public EntityRegionAccessStrategy 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.