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