Uses of Interface
org.hibernate.cache.access.CollectionRegionAccessStrategy

Packages that use CollectionRegionAccessStrategy
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cache.impl.bridge   
org.hibernate.cache.infinispan.collection   
org.hibernate.persister A persister defines a mapping strategy for a collection or entity. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

Uses of CollectionRegionAccessStrategy in org.hibernate.cache
 

Methods in org.hibernate.cache that return CollectionRegionAccessStrategy
 CollectionRegionAccessStrategy CollectionRegion.buildAccessStrategy(AccessType accessType)
          Build an access strategy for the requested access type.
 

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

Classes in org.hibernate.cache.impl.bridge that implement CollectionRegionAccessStrategy
 class CollectionAccessStrategyAdapter
          Adapter specifically bridging CollectionRegionAccessStrategy to CacheConcurrencyStrategy.
 

Methods in org.hibernate.cache.impl.bridge that return CollectionRegionAccessStrategy
 CollectionRegionAccessStrategy CollectionRegionAdapter.buildAccessStrategy(AccessType accessType)
           
 

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

Methods in org.hibernate.cache.infinispan.collection that return CollectionRegionAccessStrategy
 CollectionRegionAccessStrategy CollectionRegionImpl.buildAccessStrategy(AccessType accessType)
           
 

Uses of CollectionRegionAccessStrategy in org.hibernate.persister
 

Methods in org.hibernate.persister with parameters of type CollectionRegionAccessStrategy
static CollectionPersister PersisterFactory.createCollectionPersister(Configuration cfg, Collection model, CollectionRegionAccessStrategy cacheAccessStrategy, SessionFactoryImplementor factory)
           
 

Uses of CollectionRegionAccessStrategy in org.hibernate.persister.collection
 

Methods in org.hibernate.persister.collection that return CollectionRegionAccessStrategy
 CollectionRegionAccessStrategy CollectionPersister.getCacheAccessStrategy()
          Get the cache
 CollectionRegionAccessStrategy AbstractCollectionPersister.getCacheAccessStrategy()
           
 

Constructors in org.hibernate.persister.collection with parameters of type CollectionRegionAccessStrategy
AbstractCollectionPersister(Collection collection, CollectionRegionAccessStrategy cacheAccessStrategy, Configuration cfg, SessionFactoryImplementor factory)
           
BasicCollectionPersister(Collection collection, CollectionRegionAccessStrategy cacheAccessStrategy, Configuration cfg, SessionFactoryImplementor factory)
           
OneToManyPersister(Collection collection, CollectionRegionAccessStrategy cacheAccessStrategy, Configuration cfg, SessionFactoryImplementor factory)
           
 



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