Class EhcacheAccessStrategyFactoryImpl
- java.lang.Object
-
- net.sf.ehcache.hibernate.strategy.EhcacheAccessStrategyFactoryImpl
-
- All Implemented Interfaces:
EhcacheAccessStrategyFactory
public class EhcacheAccessStrategyFactoryImpl extends java.lang.Object implements EhcacheAccessStrategyFactory
Class implementingEhcacheAccessStrategyFactory- Author:
- Abhishek Sanoujam
-
-
Constructor Summary
Constructors Constructor Description EhcacheAccessStrategyFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.cache.access.CollectionRegionAccessStrategycreateCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, org.hibernate.cache.access.AccessType accessType)org.hibernate.cache.access.EntityRegionAccessStrategycreateEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion, org.hibernate.cache.access.AccessType accessType)
-
-
-
Method Detail
-
createEntityRegionAccessStrategy
public org.hibernate.cache.access.EntityRegionAccessStrategy createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion, org.hibernate.cache.access.AccessType accessType)
- Specified by:
createEntityRegionAccessStrategyin interfaceEhcacheAccessStrategyFactory- Returns:
- the created
EntityRegionAccessStrategy
-
createCollectionRegionAccessStrategy
public org.hibernate.cache.access.CollectionRegionAccessStrategy createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, org.hibernate.cache.access.AccessType accessType)
- Specified by:
createCollectionRegionAccessStrategyin interfaceEhcacheAccessStrategyFactory- Returns:
- the created
CollectionRegionAccessStrategy
-
-