| Package | Description |
|---|---|
| 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.testing.cache |
| Constructor and Description |
|---|
CollectionRegionImpl(org.infinispan.AdvancedCache cache,
java.lang.String name,
javax.transaction.TransactionManager transactionManager,
CacheDataDescription metadata,
InfinispanRegionFactory factory,
CacheKeysFactory cacheKeysFactory)
Construct a collection region
|
| Constructor and Description |
|---|
EntityRegionImpl(org.infinispan.AdvancedCache cache,
java.lang.String name,
javax.transaction.TransactionManager transactionManager,
CacheDataDescription metadata,
InfinispanRegionFactory factory,
CacheKeysFactory cacheKeysFactory)
Construct a entity region
|
| Modifier and Type | Method and Description |
|---|---|
CacheKeysFactory |
BaseTransactionalDataRegion.getCacheKeysFactory() |
| Constructor and Description |
|---|
BaseTransactionalDataRegion(org.infinispan.AdvancedCache cache,
java.lang.String name,
javax.transaction.TransactionManager transactionManager,
CacheDataDescription metadata,
InfinispanRegionFactory factory,
CacheKeysFactory cacheKeysFactory)
Base transactional region constructor
|
| Constructor and Description |
|---|
NaturalIdRegionImpl(org.infinispan.AdvancedCache cache,
java.lang.String name,
javax.transaction.TransactionManager transactionManager,
CacheDataDescription metadata,
InfinispanRegionFactory factory,
CacheKeysFactory cacheKeysFactory)
Constructor for the natural id region.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheKeysFactory
Second level cache providers now have the option to use custom key implementations.
|
class |
SimpleCacheKeysFactory
Factory that does not fill in the entityName or role
|
| Modifier and Type | Field and Description |
|---|---|
static CacheKeysFactory |
SimpleCacheKeysFactory.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
CacheKeysFactory |
CachingRegionFactory.getCacheKeysFactory() |
| Constructor and Description |
|---|
CachingRegionFactory(CacheKeysFactory cacheKeysFactory) |
CachingRegionFactory(CacheKeysFactory cacheKeysFactory,
java.util.Properties properties) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.