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.jcache |
Hibernate caching provider for JSR-107 compliant caches.
|
org.hibernate.cache.jcache.access |
Access strategies for the JSR-107 Hibernate caching provider.
|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
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 |
EhcacheAccessStrategyFactory.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType)
|
CollectionRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createCollectionRegionAccessStrategy(EhcacheCollectionRegion collectionRegion,
AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
CollectionRegionImpl.buildAccessStrategy(AccessType accessType) |
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
JCacheCollectionRegion.buildAccessStrategy(AccessType accessType) |
Modifier and Type | Class and Description |
---|---|
class |
NonStrictCollectionRegionAccessStrategy |
class |
ReadOnlyCollectionRegionAccessStrategy |
class |
ReadWriteCollectionRegionAccessStrategy |
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 |
CacheImplementor.determineCollectionRegionAccessStrategy(Collection model) |
CollectionRegionAccessStrategy |
CacheImplementor.getCollectionRegionAccess(java.lang.String regionName)
Find the "access strategy" for the named collection cache region.
|
Modifier and Type | Method and Description |
---|---|
CollectionRegionAccessStrategy |
CacheImpl.determineCollectionRegionAccessStrategy(Collection model) |
CollectionRegionAccessStrategy |
CacheImpl.getCollectionRegionAccess(java.lang.String regionName) |
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-2018 Red Hat, Inc. All Rights Reserved.