Uses of Interface
org.hibernate.cache.EntityRegion

Packages that use EntityRegion
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.access Defines contracts for transactional and concurrent access to cached entity and collection data. 
org.hibernate.cache.impl   
org.hibernate.cache.impl.bridge   
org.hibernate.cache.jbc2   
org.hibernate.cache.jbc2.entity   
 

Uses of EntityRegion in org.hibernate.cache
 

Methods in org.hibernate.cache that return EntityRegion
 EntityRegion RegionFactory.buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata)
          Build a cache region specialized for storing entity data.
 

Uses of EntityRegion in org.hibernate.cache.access
 

Methods in org.hibernate.cache.access that return EntityRegion
 EntityRegion EntityRegionAccessStrategy.getRegion()
          Get the wrapped entity cache region
 

Uses of EntityRegion in org.hibernate.cache.impl
 

Methods in org.hibernate.cache.impl that return EntityRegion
 EntityRegion NoCachingRegionFactory.buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata)
           
 

Uses of EntityRegion in org.hibernate.cache.impl.bridge
 

Classes in org.hibernate.cache.impl.bridge that implement EntityRegion
 class EntityRegionAdapter
          Adapter specifically bridging EntityRegion to Cache.
 

Methods in org.hibernate.cache.impl.bridge that return EntityRegion
 EntityRegion RegionFactoryCacheProviderBridge.buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata)
           
 EntityRegion EntityAccessStrategyAdapter.getRegion()
           
 

Constructors in org.hibernate.cache.impl.bridge with parameters of type EntityRegion
EntityAccessStrategyAdapter(EntityRegion region, CacheConcurrencyStrategy ccs, Settings settings)
           
 

Uses of EntityRegion in org.hibernate.cache.jbc2
 

Methods in org.hibernate.cache.jbc2 that return EntityRegion
 EntityRegion JBossCacheRegionFactory.buildEntityRegion(String regionName, Properties properties, CacheDataDescription metadata)
           
 

Uses of EntityRegion in org.hibernate.cache.jbc2.entity
 

Classes in org.hibernate.cache.jbc2.entity that implement EntityRegion
 class EntityRegionImpl
          Defines the behavior of the entity cache regions for JBossCache.
 

Methods in org.hibernate.cache.jbc2.entity that return EntityRegion
 EntityRegion TransactionalAccess.getRegion()
           
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved