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 |
---|
NonStrictAccessDelegate(BaseTransactionalDataRegion region) |
RemovalSynchronization(TransactionCoordinator tc,
org.infinispan.AdvancedCache cache,
boolean requiresTransaction,
BaseTransactionalDataRegion region,
Object key) |
TombstoneAccessDelegate(BaseTransactionalDataRegion region) |
TombstoneSynchronization(TransactionCoordinator tc,
org.infinispan.AdvancedCache cache,
boolean requiresTransaction,
BaseTransactionalDataRegion region,
K key) |
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 © 2016. All rights reserved.