Uses of Class
net.sf.ehcache.hibernate.regions.EhcacheCollectionRegion
-
Packages that use EhcacheCollectionRegion 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 EhcacheCollectionRegion in net.sf.ehcache.hibernate.nonstop
Methods in net.sf.ehcache.hibernate.nonstop with parameters of type EhcacheCollectionRegion Modifier and Type Method Description org.hibernate.cache.access.CollectionRegionAccessStrategyNonstopAccessStrategyFactory. createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, org.hibernate.cache.access.AccessType accessType) -
Uses of EhcacheCollectionRegion in net.sf.ehcache.hibernate.strategy
Methods in net.sf.ehcache.hibernate.strategy with parameters of type EhcacheCollectionRegion Modifier and Type Method Description org.hibernate.cache.access.CollectionRegionAccessStrategyEhcacheAccessStrategyFactory. createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, org.hibernate.cache.access.AccessType accessType)org.hibernate.cache.access.CollectionRegionAccessStrategyEhcacheAccessStrategyFactoryImpl. createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, org.hibernate.cache.access.AccessType accessType)Constructors in net.sf.ehcache.hibernate.strategy with parameters of type EhcacheCollectionRegion Constructor Description NonStrictReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region, org.hibernate.cfg.Settings settings)Create a non-strict read/write access strategy accessing the given collection region.ReadOnlyEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region, org.hibernate.cfg.Settings settings)Create a read-only access strategy accessing the given collection region.ReadWriteEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region, org.hibernate.cfg.Settings settings)Create a read/write access strategy accessing the given collection region.TransactionalEhcacheCollectionRegionAccessStrategy(EhcacheCollectionRegion region, Ehcache ehcache, org.hibernate.cfg.Settings settings)Construct a new collection region access strategy.
-