Uses of Interface
org.hibernate.cache.spi.EntityRegion

Packages that use EntityRegion
org.hibernate.cache.ehcache.internal.nonstop   
org.hibernate.cache.ehcache.internal.regions   
org.hibernate.cache.ehcache.internal.strategy   
org.hibernate.cache.infinispan   
org.hibernate.cache.infinispan.entity   
org.hibernate.cache.internal   
org.hibernate.cache.spi Defines the Hibernate second level caching SPI. 
org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cached entity and collection data. 
org.hibernate.testing.cache   
 

Uses of EntityRegion in org.hibernate.cache.ehcache.internal.nonstop
 

Methods in org.hibernate.cache.ehcache.internal.nonstop that return EntityRegion
 EntityRegion NonstopAwareEntityRegionAccessStrategy.getRegion()
          Get the wrapped entity cache region
 

Uses of EntityRegion in org.hibernate.cache.ehcache.internal.regions
 

Classes in org.hibernate.cache.ehcache.internal.regions that implement EntityRegion
 class EhcacheEntityRegion
          An entity region specific wrapper around an Ehcache instance.
 

Uses of EntityRegion in org.hibernate.cache.ehcache.internal.strategy
 

Methods in org.hibernate.cache.ehcache.internal.strategy that return EntityRegion
 EntityRegion ReadOnlyEhcacheEntityRegionAccessStrategy.getRegion()
          Get the wrapped entity cache region
 EntityRegion TransactionalEhcacheEntityRegionAccessStrategy.getRegion()
          Get the wrapped entity cache region
 EntityRegion ReadWriteEhcacheEntityRegionAccessStrategy.getRegion()
          Get the wrapped entity cache region
 EntityRegion NonStrictReadWriteEhcacheEntityRegionAccessStrategy.getRegion()
          Get the wrapped entity cache region
 

Uses of EntityRegion in org.hibernate.cache.infinispan
 

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

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

Classes in org.hibernate.cache.infinispan.entity that implement EntityRegion
 class EntityRegionImpl
           
 

Uses of EntityRegion in org.hibernate.cache.internal
 

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

Uses of EntityRegion in org.hibernate.cache.spi
 

Methods in org.hibernate.cache.spi 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.spi.access
 

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

Uses of EntityRegion in org.hibernate.testing.cache
 

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



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.