| Package | Description |
|---|---|
| org.hibernate.cache.infinispan.access |
Internal Infinispan-based implementation of the cache region access strategies
|
| org.hibernate.cache.infinispan.impl |
Internal Infinispan-specific base cache region implementations
|
| org.hibernate.cache.infinispan.util |
Internal utilities for the Infinispan integration
|
| Class and Description |
|---|
| AccessDelegate
Defines the strategy for access to entity or collection data in a Infinispan instance.
|
| BaseInvalidationInterceptor |
| InvalidationCacheAccessDelegate |
| NonTxPutFromLoadInterceptor
Non-transactional counterpart of
TxPutFromLoadInterceptor. |
| PutFromLoadValidator
Encapsulates logic to allow a
InvalidationCacheAccessDelegate to determine
whether a InvalidationCacheAccessDelegate.putFromLoad(org.hibernate.engine.spi.SessionImplementor, Object, Object, long, Object, boolean)
call should be allowed to update the cache. |
| PutFromLoadValidator.Lock
Marker for lock acquired in
PutFromLoadValidator.acquirePutFromLoadLock(SessionImplementor, Object, long) |
| Class and Description |
|---|
| AccessDelegate
Defines the strategy for access to entity or collection data in a Infinispan instance.
|
| Class and Description |
|---|
| PutFromLoadValidator
Encapsulates logic to allow a
InvalidationCacheAccessDelegate to determine
whether a InvalidationCacheAccessDelegate.putFromLoad(org.hibernate.engine.spi.SessionImplementor, Object, Object, long, Object, boolean)
call should be allowed to update the cache. |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.