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

Packages that use CollectionRegion
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.collection   
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 CollectionRegion in org.hibernate.cache.ehcache.internal.nonstop
 

Methods in org.hibernate.cache.ehcache.internal.nonstop that return CollectionRegion
 CollectionRegion NonstopAwareCollectionRegionAccessStrategy.getRegion()
          Get the wrapped collection cache region
 

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

Classes in org.hibernate.cache.ehcache.internal.regions that implement CollectionRegion
 class EhcacheCollectionRegion
          A collection region specific wrapper around an Ehcache instance.
 

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

Methods in org.hibernate.cache.ehcache.internal.strategy that return CollectionRegion
 CollectionRegion TransactionalEhcacheCollectionRegionAccessStrategy.getRegion()
          Get the wrapped collection cache region
 CollectionRegion NonStrictReadWriteEhcacheCollectionRegionAccessStrategy.getRegion()
          Get the wrapped collection cache region
 CollectionRegion ReadOnlyEhcacheCollectionRegionAccessStrategy.getRegion()
          Get the wrapped collection cache region
 CollectionRegion ReadWriteEhcacheCollectionRegionAccessStrategy.getRegion()
          Get the wrapped collection cache region
 

Uses of CollectionRegion in org.hibernate.cache.infinispan
 

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

Uses of CollectionRegion in org.hibernate.cache.infinispan.collection
 

Classes in org.hibernate.cache.infinispan.collection that implement CollectionRegion
 class CollectionRegionImpl
           
 

Uses of CollectionRegion in org.hibernate.cache.internal
 

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

Uses of CollectionRegion in org.hibernate.cache.spi
 

Methods in org.hibernate.cache.spi that return CollectionRegion
 CollectionRegion RegionFactory.buildCollectionRegion(String regionName, Properties properties, CacheDataDescription metadata)
          Build a cache region specialized for storing collection data.
 

Uses of CollectionRegion in org.hibernate.cache.spi.access
 

Methods in org.hibernate.cache.spi.access that return CollectionRegion
 CollectionRegion CollectionRegionAccessStrategy.getRegion()
          Get the wrapped collection cache region
 

Uses of CollectionRegion in org.hibernate.testing.cache
 

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



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