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.
|
Modifier and Type | Method and Description |
---|---|
org.hibernate.cache.access.CollectionRegionAccessStrategy |
NonstopAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
org.hibernate.cache.access.AccessType accessType)
|
Modifier and Type | Method and Description |
---|---|
org.hibernate.cache.access.CollectionRegionAccessStrategy |
EhcacheAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
org.hibernate.cache.access.AccessType accessType)
|
org.hibernate.cache.access.CollectionRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
org.hibernate.cache.access.AccessType accessType)
|
Constructor and 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.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.