Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.nonstop |
Support for handling non-stop caches.
|
org.hibernate.cache.ehcache.internal.regions |
Defines
RegionFactory support for the Ehcache integration |
org.hibernate.cache.ehcache.internal.strategy |
Defines
RegionAccessStrategy support for the Ehcache integration |
org.hibernate.cache.infinispan.collection |
Internal Infinispan-based implementation of the collection cache region
|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
org.hibernate.persister.internal | |
org.hibernate.persister.spi |
Modifier and Type | Class and Description |
---|---|
class |
NonstopAwareCollectionRegionAccessStrategy
Implementation of
CollectionRegionAccessStrategy that handles NonStopCacheException using
HibernateNonstopCacheExceptionHandler |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
NonstopAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType) |
Constructor and Description |
---|
NonstopAwareCollectionRegionAccessStrategy(CollectionRegionAccessStrategy actualStrategy,
HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)
Constructor accepting the actual
CollectionRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
EhcacheCollectionRegion.buildAccessStrategy(AccessType accessType) |
Modifier and Type | Class and Description |
---|---|
class |
NonStrictReadWriteEhcacheCollectionRegionAccessStrategy
Ehcache specific non-strict read/write collection region access strategy
|
class |
ReadOnlyEhcacheCollectionRegionAccessStrategy
Ehcache specific read-only collection region access strategy
|
class |
ReadWriteEhcacheCollectionRegionAccessStrategy
Ehcache specific read/write collection region access strategy
|
class |
TransactionalEhcacheCollectionRegionAccessStrategy
JTA CollectionRegionAccessStrategy.
|
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType) |
CollectionRegionAccessStrategy |
EhcacheAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType)
|
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
CollectionRegionImpl.buildAccessStrategy(AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
CollectionRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
AbstractCollectionPersister.getCacheAccessStrategy() |
CollectionRegionAccessStrategy |
CollectionPersister.getCacheAccessStrategy()
Get the cache
|
Constructor and Description |
---|
AbstractCollectionPersister(Collection collectionBinding,
CollectionRegionAccessStrategy cacheAccessStrategy,
PersisterCreationContext creationContext) |
BasicCollectionPersister(Collection collectionBinding,
CollectionRegionAccessStrategy cacheAccessStrategy,
PersisterCreationContext creationContext) |
OneToManyPersister(Collection collectionBinding,
CollectionRegionAccessStrategy cacheAccessStrategy,
PersisterCreationContext creationContext) |
Modifier and Type | Method and Description |
---|---|
CollectionPersister |
PersisterFactoryImpl.createCollectionPersister(Collection collectionBinding,
CollectionRegionAccessStrategy cacheAccessStrategy,
PersisterCreationContext creationContext) |
Modifier and Type | Method and Description |
---|---|
CollectionPersister |
PersisterFactory.createCollectionPersister(Collection collectionBinding,
CollectionRegionAccessStrategy cacheAccessStrategy,
PersisterCreationContext creationContext)
Create a collection persister instance.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.