|
||||||||||
| 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 | |
| Uses of EntityRegion in org.hibernate.cache |
|---|
| Methods in org.hibernate.cache that return EntityRegion | |
|---|---|
EntityRegion |
RegionFactory.buildEntityRegion(java.lang.String regionName,
java.util.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(java.lang.String regionName,
java.util.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(java.lang.String regionName,
java.util.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||