|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CacheDataDescription in org.hibernate.cache.ehcache.internal.regions |
|---|
| Fields in org.hibernate.cache.ehcache.internal.regions declared as CacheDataDescription | |
|---|---|
protected CacheDataDescription |
EhcacheTransactionalDataRegion.metadata
Metadata associated with the objects stored in the region. |
| Methods in org.hibernate.cache.ehcache.internal.regions that return CacheDataDescription | |
|---|---|
CacheDataDescription |
EhcacheTransactionalDataRegion.getCacheDataDescription()
|
| Constructors in org.hibernate.cache.ehcache.internal.regions with parameters of type CacheDataDescription | |
|---|---|
EhcacheCollectionRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
net.sf.ehcache.Ehcache underlyingCache,
Settings settings,
CacheDataDescription metadata,
Properties properties)
Constructs an EhcacheCollectionRegion around the given underlying cache. |
|
EhcacheEntityRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
net.sf.ehcache.Ehcache underlyingCache,
Settings settings,
CacheDataDescription metadata,
Properties properties)
Constructs an EhcacheEntityRegion around the given underlying cache. |
|
EhcacheNaturalIdRegion(EhcacheAccessStrategyFactory accessStrategyFactory,
net.sf.ehcache.Ehcache underlyingCache,
Settings settings,
CacheDataDescription metadata,
Properties properties)
Constructs an EhcacheNaturalIdRegion around the given underlying cache. |
|
| Uses of CacheDataDescription in org.hibernate.cache.infinispan |
|---|
| Methods in org.hibernate.cache.infinispan with parameters of type CacheDataDescription | |
|---|---|
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. |
NaturalIdRegion |
InfinispanRegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
| Uses of CacheDataDescription in org.hibernate.cache.infinispan.collection |
|---|
| Constructors in org.hibernate.cache.infinispan.collection with parameters of type CacheDataDescription | |
|---|---|
CollectionRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
|
|
| Uses of CacheDataDescription in org.hibernate.cache.infinispan.entity |
|---|
| Constructors in org.hibernate.cache.infinispan.entity with parameters of type CacheDataDescription | |
|---|---|
EntityRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
|
|
| Uses of CacheDataDescription in org.hibernate.cache.infinispan.impl |
|---|
| Methods in org.hibernate.cache.infinispan.impl that return CacheDataDescription | |
|---|---|
CacheDataDescription |
BaseTransactionalDataRegion.getCacheDataDescription()
|
| Constructors in org.hibernate.cache.infinispan.impl with parameters of type CacheDataDescription | |
|---|---|
BaseTransactionalDataRegion(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
|
|
| Uses of CacheDataDescription in org.hibernate.cache.infinispan.naturalid |
|---|
| Constructors in org.hibernate.cache.infinispan.naturalid with parameters of type CacheDataDescription | |
|---|---|
NaturalIdRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
|
|
| Uses of CacheDataDescription in org.hibernate.cache.internal |
|---|
| Classes in org.hibernate.cache.internal that implement CacheDataDescription | |
|---|---|
class |
CacheDataDescriptionImpl
|
| Methods in org.hibernate.cache.internal with parameters of type CacheDataDescription | |
|---|---|
CollectionRegion |
NoCachingRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
EntityRegion |
NoCachingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
NaturalIdRegion |
NoCachingRegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
| Uses of CacheDataDescription in org.hibernate.cache.spi |
|---|
| Methods in org.hibernate.cache.spi that return CacheDataDescription | |
|---|---|
CacheDataDescription |
TransactionalDataRegion.getCacheDataDescription()
|
| Methods in org.hibernate.cache.spi with parameters of type CacheDataDescription | |
|---|---|
CollectionRegion |
RegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing collection data. |
EntityRegion |
RegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing entity data. |
NaturalIdRegion |
RegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
Build a cache region specialized for storing NaturalId to Primary Key mappings. |
| Uses of CacheDataDescription in org.hibernate.testing.cache |
|---|
| Methods in org.hibernate.testing.cache with parameters of type CacheDataDescription | |
|---|---|
CollectionRegion |
CachingRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
EntityRegion |
CachingRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
NaturalIdRegion |
CachingRegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||