ehcache

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

Packages that use EhcacheCollectionRegion
net.sf.ehcache.hibernate.strategy This package contains EhCache specific AccessStrategy implementations. 
 

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

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.
 


ehcache

true