|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheDataDescription | |
|---|---|
| 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 | |
| Uses of CacheDataDescription in org.hibernate.cache |
|---|
| Methods in org.hibernate.cache that return CacheDataDescription | |
|---|---|
CacheDataDescription |
TransactionalDataRegion.getCacheDataDescription()
|
| Methods in org.hibernate.cache with parameters of type CacheDataDescription | |
|---|---|
CollectionRegion |
RegionFactory.buildCollectionRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing collection data. |
EntityRegion |
RegionFactory.buildEntityRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data. |
| Uses of CacheDataDescription in org.hibernate.cache.impl |
|---|
| Classes in org.hibernate.cache.impl that implement CacheDataDescription | |
|---|---|
class |
CacheDataDescriptionImpl
|
| Methods in org.hibernate.cache.impl with parameters of type CacheDataDescription | |
|---|---|
CollectionRegion |
NoCachingRegionFactory.buildCollectionRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata)
|
EntityRegion |
NoCachingRegionFactory.buildEntityRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata)
|
| Uses of CacheDataDescription in org.hibernate.cache.impl.bridge |
|---|
| Fields in org.hibernate.cache.impl.bridge declared as CacheDataDescription | |
|---|---|
protected CacheDataDescription |
BaseTransactionalDataRegionAdapter.metadata
|
| Methods in org.hibernate.cache.impl.bridge that return CacheDataDescription | |
|---|---|
CacheDataDescription |
BaseTransactionalDataRegionAdapter.getCacheDataDescription()
|
| Methods in org.hibernate.cache.impl.bridge with parameters of type CacheDataDescription | |
|---|---|
CollectionRegion |
RegionFactoryCacheProviderBridge.buildCollectionRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata)
|
EntityRegion |
RegionFactoryCacheProviderBridge.buildEntityRegion(java.lang.String regionName,
java.util.Properties properties,
CacheDataDescription metadata)
|
| Constructors in org.hibernate.cache.impl.bridge with parameters of type CacheDataDescription | |
|---|---|
BaseTransactionalDataRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata)
|
|
CollectionRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata)
|
|
EntityRegionAdapter(Cache underlyingCache,
Settings settings,
CacheDataDescription metadata)
|
|
OptimisticCacheSourceAdapter(CacheDataDescription dataDescription)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||