org.hibernate.cache.ehcache.internal.strategy
Class EhcacheAccessStrategyFactoryImpl
java.lang.Object
org.hibernate.cache.ehcache.internal.strategy.EhcacheAccessStrategyFactoryImpl
- All Implemented Interfaces:
- EhcacheAccessStrategyFactory
public class EhcacheAccessStrategyFactoryImpl
- extends Object
- implements EhcacheAccessStrategyFactory
Class implementing EhcacheAccessStrategyFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EhcacheAccessStrategyFactoryImpl
public EhcacheAccessStrategyFactoryImpl()
createEntityRegionAccessStrategy
public EntityRegionAccessStrategy createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
- Create
EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType
- Specified by:
createEntityRegionAccessStrategy in interface EhcacheAccessStrategyFactory
- Returns:
- the created
EntityRegionAccessStrategy
createCollectionRegionAccessStrategy
public CollectionRegionAccessStrategy createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType)
- Create
CollectionRegionAccessStrategy for the input EhcacheCollectionRegion and AccessType
- Specified by:
createCollectionRegionAccessStrategy in interface EhcacheAccessStrategyFactory
- Returns:
- the created
CollectionRegionAccessStrategy
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.