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
|
Constructor and Description |
---|
TransactionalAccessDelegate(BaseRegion region,
PutFromLoadValidator validator)
Create a new transactional access delegate instance.
|
Modifier and Type | Method and Description |
---|---|
PutFromLoadValidator |
CollectionRegionImpl.getPutFromLoadValidator() |
Modifier and Type | Method and Description |
---|---|
PutFromLoadValidator |
EntityRegionImpl.getPutFromLoadValidator() |
Modifier and Type | Method and Description |
---|---|
PutFromLoadValidator |
NaturalIdRegionImpl.getPutFromLoadValidator() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.