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

Packages that use CollectionRegionAccessStrategy
org.hibernate.cache.ehcache.internal.nonstop   
org.hibernate.cache.ehcache.internal.regions   
org.hibernate.cache.ehcache.internal.strategy   
org.hibernate.cache.infinispan.collection   
org.hibernate.cache.spi Defines the Hibernate second level caching SPI. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
org.hibernate.persister.internal   
org.hibernate.persister.spi   
 

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

Classes in org.hibernate.cache.ehcache.internal.nonstop that implement CollectionRegionAccessStrategy
 class NonstopAwareCollectionRegionAccessStrategy
          Implementation of CollectionRegionAccessStrategy that handles NonStopCacheException using HibernateNonstopCacheExceptionHandler
 

Methods in org.hibernate.cache.ehcache.internal.nonstop that return CollectionRegionAccessStrategy
 CollectionRegionAccessStrategy NonstopAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, AccessType accessType)
          Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType
 

Constructors in org.hibernate.cache.ehcache.internal.nonstop with parameters of type CollectionRegionAccessStrategy
NonstopAwareCollectionRegionAccessStrategy(CollectionRegionAccessStrategy actualStrategy, HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)
          Constructor accepting the actual CollectionRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler
 

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

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

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

Classes in org.hibernate.cache.ehcache.internal.strategy that implement CollectionRegionAccessStrategy
 class NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
          Ehcache specific non-strict read/write collection region access strategy
 class ReadOnlyEhcacheCollectionRegionAccessStrategy
          Ehcache specific read-only collection region access strategy
 class ReadWriteEhcacheCollectionRegionAccessStrategy
          Ehcache specific read/write collection region access strategy
 class TransactionalEhcacheCollectionRegionAccessStrategy
          JTA CollectionRegionAccessStrategy.
 

Methods in org.hibernate.cache.ehcache.internal.strategy that return CollectionRegionAccessStrategy
 CollectionRegionAccessStrategy EhcacheAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, AccessType accessType)
          Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType
 CollectionRegionAccessStrategy EhcacheAccessStrategyFactoryImpl.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, AccessType accessType)
          Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and 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.cache.spi
 

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

Uses of CollectionRegionAccessStrategy in org.hibernate.persister.collection
 

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

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)
           
 

Uses of CollectionRegionAccessStrategy in org.hibernate.persister.internal
 

Methods in org.hibernate.persister.internal with parameters of type CollectionRegionAccessStrategy
 CollectionPersister PersisterFactoryImpl.createCollectionPersister(Configuration cfg, Collection collectionMetadata, CollectionRegionAccessStrategy cacheAccessStrategy, SessionFactoryImplementor factory)
           
 CollectionPersister PersisterFactoryImpl.createCollectionPersister(MetadataImplementor metadata, PluralAttributeBinding collectionMetadata, CollectionRegionAccessStrategy cacheAccessStrategy, SessionFactoryImplementor factory)
           
 

Uses of CollectionRegionAccessStrategy in org.hibernate.persister.spi
 

Methods in org.hibernate.persister.spi with parameters of type CollectionRegionAccessStrategy
 CollectionPersister PersisterFactory.createCollectionPersister(Configuration cfg, Collection model, CollectionRegionAccessStrategy cacheAccessStrategy, SessionFactoryImplementor factory)
          Create a collection persister instance.
 CollectionPersister PersisterFactory.createCollectionPersister(MetadataImplementor metadata, PluralAttributeBinding model, CollectionRegionAccessStrategy cacheAccessStrategy, SessionFactoryImplementor factory)
          Create a collection persister instance.
 



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