|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityRegionAccessStrategy | |
|---|---|
| org.hibernate.cache.ehcache.internal.nonstop | |
| org.hibernate.cache.ehcache.internal.regions | |
| org.hibernate.cache.ehcache.internal.strategy | |
| org.hibernate.cache.infinispan.entity | |
| 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 | |
| Uses of EntityRegionAccessStrategy in org.hibernate.cache.ehcache.internal.nonstop |
|---|
| Classes in org.hibernate.cache.ehcache.internal.nonstop that implement EntityRegionAccessStrategy | |
|---|---|
class |
NonstopAwareEntityRegionAccessStrategy
Implementation of EntityRegionAccessStrategy that handles NonStopCacheException using
HibernateNonstopCacheExceptionHandler |
| Methods in org.hibernate.cache.ehcache.internal.nonstop that return EntityRegionAccessStrategy | |
|---|---|
EntityRegionAccessStrategy |
NonstopAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType |
| Constructors in org.hibernate.cache.ehcache.internal.nonstop with parameters of type EntityRegionAccessStrategy | |
|---|---|
NonstopAwareEntityRegionAccessStrategy(EntityRegionAccessStrategy actualStrategy,
HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)
Constructor accepting the actual EntityRegionAccessStrategy and the HibernateNonstopCacheExceptionHandler |
|
| Uses of EntityRegionAccessStrategy in org.hibernate.cache.ehcache.internal.regions |
|---|
| Methods in org.hibernate.cache.ehcache.internal.regions that return EntityRegionAccessStrategy | |
|---|---|
EntityRegionAccessStrategy |
EhcacheEntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type. |
| Uses of EntityRegionAccessStrategy in org.hibernate.cache.ehcache.internal.strategy |
|---|
| Classes in org.hibernate.cache.ehcache.internal.strategy that implement EntityRegionAccessStrategy | |
|---|---|
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. |
| Methods in org.hibernate.cache.ehcache.internal.strategy that return EntityRegionAccessStrategy | |
|---|---|
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactoryImpl.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType |
EntityRegionAccessStrategy |
EhcacheAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
AccessType accessType)
Create EntityRegionAccessStrategy for the input EhcacheEntityRegion and AccessType |
| Uses of EntityRegionAccessStrategy in org.hibernate.cache.infinispan.entity |
|---|
| Methods in org.hibernate.cache.infinispan.entity that return EntityRegionAccessStrategy | |
|---|---|
EntityRegionAccessStrategy |
EntityRegionImpl.buildAccessStrategy(AccessType accessType)
|
| Uses of EntityRegionAccessStrategy in org.hibernate.cache.spi |
|---|
| Methods in org.hibernate.cache.spi that return EntityRegionAccessStrategy | |
|---|---|
EntityRegionAccessStrategy |
EntityRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type. |
| Uses of EntityRegionAccessStrategy in org.hibernate.persister.entity |
|---|
| Methods in org.hibernate.persister.entity that return EntityRegionAccessStrategy | |
|---|---|
EntityRegionAccessStrategy |
EntityPersister.getCacheAccessStrategy()
Get the cache (optional operation) |
EntityRegionAccessStrategy |
AbstractEntityPersister.getCacheAccessStrategy()
|
| Uses of EntityRegionAccessStrategy in org.hibernate.persister.internal |
|---|
| Methods in org.hibernate.persister.internal with parameters of type EntityRegionAccessStrategy | |
|---|---|
EntityPersister |
PersisterFactoryImpl.createEntityPersister(EntityBinding metadata,
EntityRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory,
Mapping cfg)
|
EntityPersister |
PersisterFactoryImpl.createEntityPersister(PersistentClass metadata,
EntityRegionAccessStrategy cacheAccessStrategy,
NaturalIdRegionAccessStrategy naturalIdRegionAccessStrategy,
SessionFactoryImplementor factory,
Mapping cfg)
|
| Uses of EntityRegionAccessStrategy in org.hibernate.persister.spi |
|---|
| Methods in org.hibernate.persister.spi with parameters of type EntityRegionAccessStrategy | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||