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 EhcacheAccessStrategyFactory
EntityRegionAccessStrategy
public org.hibernate.cache.access.CollectionRegionAccessStrategy createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion, org.hibernate.cache.access.AccessType accessType)
createCollectionRegionAccessStrategy
in interface EhcacheAccessStrategyFactory
CollectionRegionAccessStrategy
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.