Uses of Class
net.sf.ehcache.hibernate.regions.EhcacheEntityRegion
-
Packages that use EhcacheEntityRegion Package Description 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 EhcacheEntityRegion in net.sf.ehcache.hibernate.nonstop
Methods in net.sf.ehcache.hibernate.nonstop with parameters of type EhcacheEntityRegion Modifier and Type Method Description org.hibernate.cache.access.EntityRegionAccessStrategyNonstopAccessStrategyFactory. createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion, org.hibernate.cache.access.AccessType accessType) -
Uses of EhcacheEntityRegion in net.sf.ehcache.hibernate.strategy
Methods in net.sf.ehcache.hibernate.strategy with parameters of type EhcacheEntityRegion Modifier and Type Method Description org.hibernate.cache.access.EntityRegionAccessStrategyEhcacheAccessStrategyFactory. createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion, org.hibernate.cache.access.AccessType accessType)org.hibernate.cache.access.EntityRegionAccessStrategyEhcacheAccessStrategyFactoryImpl. createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion, org.hibernate.cache.access.AccessType accessType)Constructors in net.sf.ehcache.hibernate.strategy with parameters of type EhcacheEntityRegion Constructor Description 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.
-