| Package | Description |
|---|---|
| org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
| org.hibernate.cache.impl | |
| org.hibernate.cache.impl.bridge | |
| org.hibernate.cache.infinispan | |
| org.hibernate.cache.infinispan.collection | |
| org.hibernate.cache.infinispan.entity | |
| org.hibernate.cache.infinispan.impl | |
| org.hibernate.cache.jbc | |
| org.hibernate.cache.jbc.access | |
| org.hibernate.cache.jbc.collection | |
| org.hibernate.cache.jbc.entity |
| Modifier and Type | Method and Description |
|---|---|
CacheDataDescription |
TransactionalDataRegion.getCacheDataDescription() |
| 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.
|
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 | Class and Description |
|---|---|
class |
CacheDataDescriptionImpl |
| Modifier and Type | Method and Description |
|---|---|
CollectionRegion |
NoCachingRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
EntityRegion |
NoCachingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheDataDescription |
BaseTransactionalDataRegionAdapter.metadata |
| Modifier and Type | Method and Description |
|---|---|
CacheDataDescription |
BaseTransactionalDataRegionAdapter.getCacheDataDescription() |
| Modifier and Type | Method and Description |
|---|---|
CollectionRegion |
RegionFactoryCacheProviderBridge.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
EntityRegion |
RegionFactoryCacheProviderBridge.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
| Constructor and Description |
|---|
BaseTransactionalDataRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
CollectionRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
EntityRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata) |
OptimisticCacheSourceAdapter(CacheDataDescription dataDescription) |
| Modifier and Type | Method and Description |
|---|---|
CollectionRegion |
InfinispanRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing collection data.
|
EntityRegion |
InfinispanRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data.
|
| Constructor and Description |
|---|
CollectionRegionImpl(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
| Constructor and Description |
|---|
EntityRegionImpl(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
CacheDataDescription |
BaseTransactionalDataRegion.getCacheDataDescription() |
| Constructor and Description |
|---|
BaseTransactionalDataRegion(CacheAdapter cacheAdapter,
String name,
CacheDataDescription metadata,
TransactionManager transactionManager,
RegionFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheDataDescription |
TransactionalDataRegionAdapter.metadata |
| Modifier and Type | Method and Description |
|---|---|
CacheDataDescription |
TransactionalDataRegionAdapter.getCacheDataDescription() |
| Modifier and Type | Method and Description |
|---|---|
CollectionRegion |
JBossCacheRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Deprecated.
|
EntityRegion |
JBossCacheRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Deprecated.
|
| Constructor and Description |
|---|
TransactionalDataRegionAdapter(org.jboss.cache.Cache jbcCache,
String regionName,
String regionPrefix,
CacheDataDescription metadata) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheDataDescription |
OptimisticTransactionalAccessDelegate.dataDescription |
| Constructor and Description |
|---|
CollectionRegionImpl(org.jboss.cache.Cache jbcCache,
String regionName,
String regionPrefix,
CacheDataDescription metadata) |
| Constructor and Description |
|---|
EntityRegionImpl(org.jboss.cache.Cache jbcCache,
String regionName,
String regionPrefix,
CacheDataDescription metadata) |
Copyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved