| 
 | ||||||||||
| 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 | |
| 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.test.annotations.persister | |
| Uses of EntityRegionAccessStrategy in org.hibernate.cache.ehcache.internal.nonstop | 
|---|
| Classes in org.hibernate.cache.ehcache.internal.nonstop that implement EntityRegionAccessStrategy | |
|---|---|
|  class | NonstopAwareEntityRegionAccessStrategyImplementation of EntityRegionAccessStrategythat handlesNonStopCacheExceptionusingHibernateNonstopCacheExceptionHandler | 
| Methods in org.hibernate.cache.ehcache.internal.nonstop that return EntityRegionAccessStrategy | |
|---|---|
|  EntityRegionAccessStrategy | NonstopAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
                                 AccessType accessType)Create EntityRegionAccessStrategyfor the inputEhcacheEntityRegionandAccessType | 
| Constructors in org.hibernate.cache.ehcache.internal.nonstop with parameters of type EntityRegionAccessStrategy | |
|---|---|
| NonstopAwareEntityRegionAccessStrategy(EntityRegionAccessStrategy actualStrategy,
                                       HibernateNonstopCacheExceptionHandler hibernateNonstopExceptionHandler)Constructor accepting the actual EntityRegionAccessStrategyand theHibernateNonstopCacheExceptionHandler | |
| 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 | NonStrictReadWriteEhcacheEntityRegionAccessStrategyEhcache specific non-strict read/write entity region access strategy | 
|  class | ReadOnlyEhcacheEntityRegionAccessStrategyEhcache specific read-only entity region access strategy | 
|  class | ReadWriteEhcacheEntityRegionAccessStrategyEhcache specific read/write entity region access strategy | 
|  class | TransactionalEhcacheEntityRegionAccessStrategyJTA EntityRegionAccessStrategy. | 
| Methods in org.hibernate.cache.ehcache.internal.strategy that return EntityRegionAccessStrategy | |
|---|---|
|  EntityRegionAccessStrategy | EhcacheAccessStrategyFactoryImpl.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
                                 AccessType accessType)Create EntityRegionAccessStrategyfor the inputEhcacheEntityRegionandAccessType | 
|  EntityRegionAccessStrategy | EhcacheAccessStrategyFactory.createEntityRegionAccessStrategy(EhcacheEntityRegion entityRegion,
                                 AccessType accessType)Create EntityRegionAccessStrategyfor the inputEhcacheEntityRegionandAccessType | 
| 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 | AbstractEntityPersister.getCacheAccessStrategy() | 
|  EntityRegionAccessStrategy | EntityPersister.getCacheAccessStrategy()Get the cache (optional operation) | 
| 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,
                      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,
                      SessionFactoryImplementor factory,
                      Mapping cfg)Create an entity persister instance. | 
| Uses of EntityRegionAccessStrategy in org.hibernate.test.annotations.persister | 
|---|
| Constructors in org.hibernate.test.annotations.persister with parameters of type EntityRegionAccessStrategy | |
|---|---|
| EntityPersister(PersistentClass persistentClass,
                EntityRegionAccessStrategy cache,
                SessionFactoryImplementor factory,
                Mapping cfg) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||