Package | Description |
---|---|
org.hibernate.cache.ehcache.internal.regions |
Defines
RegionFactory support for the Ehcache integration |
org.hibernate.cache.infinispan |
Defines the integration with Infinispan as a second-level cache service.
|
org.hibernate.cache.infinispan.collection |
Internal Infinispan-based implementation of the collection cache region
|
org.hibernate.cache.infinispan.entity |
Internal Infinispan-based implementation of the entity cache region
|
org.hibernate.cache.infinispan.impl |
Internal Infinispan-specific base cache region implementations
|
org.hibernate.cache.infinispan.naturalid |
Internal Infinispan-based implementation of the natural-id cache region
|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
org.hibernate.testing.cache |
Modifier and Type | Field and Description |
---|---|
protected CacheDataDescription |
EhcacheTransactionalDataRegion.metadata
Metadata associated with the objects stored in the region.
|
Modifier and Type | Method and Description |
---|---|
CacheDataDescription |
EhcacheTransactionalDataRegion.getCacheDataDescription() |
Constructor and Description |
---|
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 EhcacheCollectionRegion 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.
|
Modifier and Type | Method and Description |
---|---|
CollectionRegion |
InfinispanRegionFactory.buildCollectionRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
EntityRegion |
InfinispanRegionFactory.buildEntityRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
NaturalIdRegion |
InfinispanRegionFactory.buildNaturalIdRegion(String regionName,
Properties properties,
CacheDataDescription metadata) |
Constructor and Description |
---|
CollectionRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
Construct a collection region
|
Constructor and Description |
---|
EntityRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
Construct a entity region
|
Modifier and Type | Method and Description |
---|---|
CacheDataDescription |
BaseTransactionalDataRegion.getCacheDataDescription() |
Constructor and Description |
---|
BaseTransactionalDataRegion(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
Base transactional region constructor
|
Constructor and Description |
---|
NaturalIdRegionImpl(org.infinispan.AdvancedCache cache,
String name,
CacheDataDescription metadata,
RegionFactory factory)
Constructor for the natural id region.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheDataDescriptionImpl
Standard CacheDataDescription implementation.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
CacheDataDescription |
TransactionalDataRegion.getCacheDataDescription()
Get the description of the type of data to be stored here, which would have been given to the RegionFactory
when creating this region
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.