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,
String name,
TransactionManager transactionManager,
CacheDataDescription metadata,
InfinispanRegionFactory factory,
CacheKeysFactory cacheKeysFactory)
Construct a collection region
|
Constructor and Description |
---|
EntityRegionImpl(org.infinispan.AdvancedCache cache,
String name,
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,
String name,
TransactionManager transactionManager,
CacheDataDescription metadata,
InfinispanRegionFactory factory,
CacheKeysFactory cacheKeysFactory)
Base transactional region constructor
|
Constructor and Description |
---|
NaturalIdRegionImpl(org.infinispan.AdvancedCache cache,
String name,
TransactionManager transactionManager,
CacheDataDescription metadata,
InfinispanRegionFactory factory,
CacheKeysFactory cacheKeysFactory)
Constructor for the natural id region.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleCacheKeysFactory
Factory that does not fill in the entityName or role
|
Modifier and Type | Field and Description |
---|---|
static CacheKeysFactory |
SimpleCacheKeysFactory.INSTANCE |
static CacheKeysFactory |
DefaultCacheKeysFactory.INSTANCE |
Modifier and Type | Method and Description |
---|---|
CacheKeysFactory |
CachingRegionFactory.getCacheKeysFactory() |
Constructor and Description |
---|
CachingRegionFactory(CacheKeysFactory cacheKeysFactory) |
CachingRegionFactory(CacheKeysFactory cacheKeysFactory,
Properties properties) |
Copyright © 2022. All rights reserved.