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, org.hibernate.cfg.Settings settings)
          Create a non-strict read/write access strategy accessing the given collection region.
ReadOnlyEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region, org.hibernate.cfg.Settings settings)
          Create a read-only access strategy accessing the given entity region.
ReadWriteEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region, org.hibernate.cfg.Settings settings)
          Create a read/write access strategy accessing the given entity region.
TransactionalEhcacheEntityRegionAccessStrategy(EhcacheEntityRegion region, Ehcache ehcache, org.hibernate.cfg.Settings settings)
          Construct a new entity region access strategy.
 


ehcache

true