ehcache

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

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

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

Constructors in net.sf.ehcache.hibernate.strategy with parameters of type EhcacheEntityRegion
NonStrictReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region, Settings settings)
          Create a non-strict read/write access strategy accessing the given collection region.
ReadOnlyEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region, Settings settings)
          Create a read-only access strategy accessing the given entity region.
ReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region, Settings settings)
          Create a read/write access strategy accessing the given entity region.
 


ehcache

true