ehcache

Uses of Class
net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion

Packages that use EhcacheCollectionRegion
net.sf.ehcache.hibernate.nonstop This package contains interfaces and classes for Hibernate related to Ehcache's nonstop feature. 
net.sf.ehcache.hibernate.strategy This package contains EhCache specific AccessStrategy implementations. 
 

Uses of EhcacheCollectionRegion in net.sf.ehcache.hibernate.nonstop
 

Methods in net.sf.ehcache.hibernate.nonstop with parameters of type EhcacheCollectionRegion
 CollectionRegionAccessStrategy NonstopAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, AccessType accessType)
          Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType
 

Uses of EhcacheCollectionRegion in net.sf.ehcache.hibernate.strategy
 

Methods in net.sf.ehcache.hibernate.strategy with parameters of type EhcacheCollectionRegion
 CollectionRegionAccessStrategy EhcacheAccessStrategyFactoryImpl.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, AccessType accessType)
          Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType
 CollectionRegionAccessStrategy EhcacheAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, AccessType accessType)
          Create CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType
 

Constructors in net.sf.ehcache.hibernate.strategy with parameters of type EhcacheCollectionRegion
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region, Settings settings)
          Create a non-strict read/write access strategy accessing the given collection region.
ReadOnlyEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region, Settings settings)
          Create a read-only access strategy accessing the given collection region.
ReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region, Settings settings)
          Create a read/write access strategy accessing the given collection region.
TransactionalEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region, Ehcache ehcache, Settings settings)
          Construct a new collection region access strategy.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.