Package | Description |
---|---|
org.hibernate.cache.infinispan.access |
Internal Infinispan-based implementation of the cache region access strategies
|
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.infinispan.query |
Internal Infinispan-based implementation of the "query results" cache region
|
org.hibernate.cache.infinispan.timestamp |
Internal Infinispan-based implementation of the "update timestamps" cache region
|
org.hibernate.cache.infinispan.util |
Internal utilities for the Infinispan integration
|
Constructor and Description |
---|
TransactionalAccessDelegate(BaseRegion region,
PutFromLoadValidator validator)
Create a new transactional access delegate instance.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionRegionImpl
Collection region implementation
|
Modifier and Type | Class and Description |
---|---|
class |
EntityRegionImpl
Entity region implementation
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGeneralDataRegion
Support for Infinispan
GeneralDataRegion implementors. |
class |
BaseTransactionalDataRegion
Support for Inifinispan
TransactionalDataRegion implementors. |
Modifier and Type | Class and Description |
---|---|
class |
NaturalIdRegionImpl
Natural ID cache region
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResultsRegionImpl
Region for caching query results.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusteredTimestampsRegionImpl
Timestamp cache region for clustered environments.
|
class |
TimestampsRegionImpl
Defines the behavior of the timestamps cache region for Infinispan.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheCommandFactory.addRegion(String regionName,
BaseRegion region)
Add region so that commands can be cleared on shutdown.
|
Constructor and Description |
---|
EvictAllCommand(String regionName,
BaseRegion region)
Evict all command constructor.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.