public class EhcacheAccessStrategyFactoryImpl extends Object implements EhcacheAccessStrategyFactory
EhcacheAccessStrategyFactory| Constructor and Description |
|---|
EhcacheAccessStrategyFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.cache.access.CollectionRegionAccessStrategy |
createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
org.hibernate.cache.access.AccessType accessType)
|
org.hibernate.cache.access.EntityRegionAccessStrategy |
createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
org.hibernate.cache.access.AccessType accessType)
|
public org.hibernate.cache.access.EntityRegionAccessStrategy createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion, org.hibernate.cache.access.AccessType accessType)
createEntityRegionAccessStrategy in interface EhcacheAccessStrategyFactoryEntityRegionAccessStrategypublic org.hibernate.cache.access.CollectionRegionAccessStrategy createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, org.hibernate.cache.access.AccessType accessType)
createCollectionRegionAccessStrategy in interface EhcacheAccessStrategyFactoryCollectionRegionAccessStrategyCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.