|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityRegion | |
|---|---|
| org.hibernate.cache | This package defines APIs/SPIs and implementations for the Hibernate second-level cache. |
| org.hibernate.cache.access |
Defines contracts for transactional and concurrent access to cached
entity and
collection data. |
| org.hibernate.cache.impl | |
| org.hibernate.cache.impl.bridge | |
| org.hibernate.cache.infinispan | |
| org.hibernate.cache.infinispan.entity | |
| org.hibernate.cache.jbc | |
| org.hibernate.cache.jbc.entity | |
| Uses of EntityRegion in org.hibernate.cache |
|---|
| Methods in org.hibernate.cache that return EntityRegion | |
|---|---|
EntityRegion |
RegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data. |
| Uses of EntityRegion in org.hibernate.cache.access |
|---|
| Methods in org.hibernate.cache.access that return EntityRegion | |
|---|---|
EntityRegion |
EntityRegionAccessStrategy.getRegion()
Get the wrapped entity cache region |
| Uses of EntityRegion in org.hibernate.cache.impl |
|---|
| Methods in org.hibernate.cache.impl that return EntityRegion | |
|---|---|
EntityRegion |
NoCachingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
| Uses of EntityRegion in org.hibernate.cache.impl.bridge |
|---|
| Classes in org.hibernate.cache.impl.bridge that implement EntityRegion | |
|---|---|
class |
EntityRegionAdapter
Adapter specifically bridging EntityRegion to Cache. |
| Methods in org.hibernate.cache.impl.bridge that return EntityRegion | |
|---|---|
EntityRegion |
RegionFactoryCacheProviderBridge.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
EntityRegion |
EntityAccessStrategyAdapter.getRegion()
|
| Constructors in org.hibernate.cache.impl.bridge with parameters of type EntityRegion | |
|---|---|
EntityAccessStrategyAdapter(EntityRegion region,
CacheConcurrencyStrategy ccs,
Settings settings)
|
|
| Uses of EntityRegion in org.hibernate.cache.infinispan |
|---|
| Methods in org.hibernate.cache.infinispan that return EntityRegion | |
|---|---|
EntityRegion |
InfinispanRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data. |
| Uses of EntityRegion in org.hibernate.cache.infinispan.entity |
|---|
| Classes in org.hibernate.cache.infinispan.entity that implement EntityRegion | |
|---|---|
class |
EntityRegionImpl
|
| Uses of EntityRegion in org.hibernate.cache.jbc |
|---|
| Methods in org.hibernate.cache.jbc that return EntityRegion | |
|---|---|
EntityRegion |
JBossCacheRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
| Uses of EntityRegion in org.hibernate.cache.jbc.entity |
|---|
| Methods in org.hibernate.cache.jbc.entity that return EntityRegion | |
|---|---|
EntityRegion |
TransactionalAccess.getRegion()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||