| 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 | 
| 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()  | 
| Modifier and Type | Method and Description | 
|---|---|
EntityPersister | 
PersisterFactoryImpl.createEntityPersister(EntityBinding metadata,
                     EntityRegionAccessStrategy cacheAccessStrategy,
                     SessionFactoryImplementor factory,
                     Mapping cfg)  | 
EntityPersister | 
PersisterFactoryImpl.createEntityPersister(PersistentClass metadata,
                     EntityRegionAccessStrategy cacheAccessStrategy,
                     NaturalIdRegionAccessStrategy naturalIdRegionAccessStrategy,
                     SessionFactoryImplementor factory,
                     Mapping cfg)  | 
| Modifier and Type | Method and Description | 
|---|---|
EntityPersister | 
PersisterFactory.createEntityPersister(EntityBinding model,
                     EntityRegionAccessStrategy cacheAccessStrategy,
                     SessionFactoryImplementor factory,
                     Mapping cfg)
Create an entity persister instance. 
 | 
EntityPersister | 
PersisterFactory.createEntityPersister(PersistentClass model,
                     EntityRegionAccessStrategy cacheAccessStrategy,
                     NaturalIdRegionAccessStrategy naturalIdAccessStrategy,
                     SessionFactoryImplementor factory,
                     Mapping cfg)
Create an entity persister instance. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.