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.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
|
Modifier and Type | Field and Description |
---|---|
protected BaseTransactionalDataRegion |
TombstoneAccessDelegate.region |
Constructor and Description |
---|
FutureUpdateSynchronization(TransactionCoordinator tc,
org.infinispan.AdvancedCache cache,
boolean requiresTransaction,
java.lang.Object key,
java.lang.Object value,
BaseTransactionalDataRegion region,
long sessionTimestamp) |
NonStrictAccessDelegate(BaseTransactionalDataRegion region) |
RemovalSynchronization(TransactionCoordinator tc,
org.infinispan.AdvancedCache cache,
boolean requiresTransaction,
BaseTransactionalDataRegion region,
java.lang.Object key) |
TombstoneAccessDelegate(BaseTransactionalDataRegion region) |
TombstoneCallInterceptor(BaseTransactionalDataRegion region) |
VersionedCallInterceptor(BaseTransactionalDataRegion region,
java.util.Comparator<java.lang.Object> versionComparator) |
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 |
NaturalIdRegionImpl
Natural ID cache region
|
Modifier and Type | Class and Description |
---|---|
class |
QueryResultsRegionImpl
Region for caching query results.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.