Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
DelegatingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
EntityRegion |
RegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data.
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
EntityRegionAccessStrategy.getRegion()
Get the wrapped entity cache region
|
Modifier and Type | Method and Description |
---|---|
EntityRegion |
NoCachingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Modifier and Type | Class and Description |
---|---|
class |
EntityRegionAdapter
Adapter specifically bridging
EntityRegion to Cache . |
Modifier and Type | Method and Description |
---|---|
EntityRegion |
RegionFactoryCacheProviderBridge.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
EntityRegion |
EntityAccessStrategyAdapter.getRegion() |
Constructor and Description |
---|
EntityAccessStrategyAdapter(EntityRegion region,
CacheConcurrencyStrategy ccs,
Settings settings) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved