| 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 | |
| org.hibernate.cache.infinispan | |
| org.hibernate.cache.jbc | |
| org.hibernate.cache.jbc.collection |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
CollectionRegion |
InfinispanRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing collection data.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionRegion |
JBossCacheRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionRegionImpl
Defines the behavior of the collection cache regions for JBossCache 2.x.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionRegion |
TransactionalAccess.getRegion()
Get the wrapped collection cache region
|
Copyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved