| 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.entity |
Internal Infinispan-based implementation of the entity cache region
|
| org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
| org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
| org.hibernate.persister.internal | |
| org.hibernate.persister.spi | |
| org.hibernate.testing.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
NonstopAwareEntityRegionAccessStrategy
Implementation of
EntityRegionAccessStrategy that handles NonStopCacheException using
HibernateNonstopCacheExceptionHandler |
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
NonstopAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType) |
| Constructor and Description |
|---|
NonstopAwareEntityRegionAccessStrategy(EntityRegionAccessStrategy actualStrategy,
HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)
Constructor accepting the actual
EntityRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler |
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EhcacheEntityRegion.buildAccessStrategy(AccessType accessType) |
| Modifier and Type | Class and Description |
|---|---|
class |
NonStrictReadWriteEhcacheEntityRegionAccessStrategy
Ehcache specific non-strict read/write entity region access strategy
|
class |
ReadOnlyEhcacheEntityRegionAccessStrategy
Ehcache specific read-only entity region access strategy
|
class |
ReadWriteEhcacheEntityRegionAccessStrategy
Ehcache specific read/write entity region access strategy
|
class |
TransactionalEhcacheEntityRegionAccessStrategy
JTA EntityRegionAccessStrategy.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType) |
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
|
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EntityRegionImpl.buildAccessStrategy(AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EntityPersister.getCacheAccessStrategy()
Get the cache (optional operation)
|
EntityRegionAccessStrategy |
AbstractEntityPersister.getCacheAccessStrategy() |
| Constructor and Description |
|---|
AbstractEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
NaturalIdRegionAccessStrategy naturalIdRegionAccessStrategy,
PersisterCreationContext creationContext) |
JoinedSubclassEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
NaturalIdRegionAccessStrategy naturalIdRegionAccessStrategy,
PersisterCreationContext creationContext) |
SingleTableEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
NaturalIdRegionAccessStrategy naturalIdRegionAccessStrategy,
PersisterCreationContext creationContext) |
UnionSubclassEntityPersister(PersistentClass persistentClass,
EntityRegionAccessStrategy cacheAccessStrategy,
NaturalIdRegionAccessStrategy naturalIdRegionAccessStrategy,
PersisterCreationContext creationContext) |
| Modifier and Type | Method and Description |
|---|---|
EntityPersister |
PersisterFactoryImpl.createEntityPersister(PersistentClass entityBinding,
EntityRegionAccessStrategy entityCacheAccessStrategy,
NaturalIdRegionAccessStrategy naturalIdCacheAccessStrategy,
PersisterCreationContext creationContext) |
| Modifier and Type | Method and Description |
|---|---|
EntityPersister |
PersisterFactory.createEntityPersister(PersistentClass entityBinding,
EntityRegionAccessStrategy entityCacheAccessStrategy,
NaturalIdRegionAccessStrategy naturalIdCacheAccessStrategy,
PersisterCreationContext creationContext)
Create an entity persister instance.
|
| Modifier and Type | Method and Description |
|---|---|
EntityRegionAccessStrategy |
EntityRegionImpl.buildAccessStrategy(AccessType accessType) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.