All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AfterInsertProcessor<K> |
A AbstractReadWriteCoherenceEntityDataAccess.AfterInsertProcessor is an EntryProcessor
responsible for inserting a value into cache if none is present, and returning a boolean
indicating whether it did so, consistent with the expected behavior of a read-write cache
access strategy's afterInsert() method.
|
| AfterUpdateProcessor |
A AbstractReadWriteCoherenceEntityDataAccess.AfterUpdateProcessor is an EntryProcessor
responsible for updating a value in a second-level cache and returning a boolean indicating
whether it did so, consistent with the expected behavior of a read-write cache access strategy's
afterUpdate() method.
|
| Assert |
Helper class for some common assertions.
|
| CoherenceDomainDataRegionImpl |
|
| CoherenceHibernateProperties |
Defines all Hibernate Properties that are specific for Coherence Hibernate.
|
| CoherenceHibernateSystemPropertyResolver |
A helper class that makes Coherence-bound configuration properties available as System property.
|
| CoherenceNonstrictReadWriteCollectionAccess |
A CoherenceNonstrictReadWriteCollectionAccess is CoherenceRegionAccessStrategy
implementing Hibernate's nonstrict-read-write cache concurrency strategy for a collection region.
|
| CoherenceNonstrictReadWriteEntityAccess |
A CoherenceNonstrictReadWriteEntityAccess is an AbstractCoherenceEntityDataAccess
implementing Hibernate's nonstrict-read-write cache concurrency strategy for an entity region.
|
| CoherenceNonstrictReadWriteNaturalIdAccess |
A CoherenceNonstrictReadWriteNaturalIdAccess is a CoherenceRegionAccessStrategy
implementing Hibernate's nonstrict-read-write cache concurrency strategy for a natural ID region.
|
| CoherenceReadOnlyCollectionAccess |
A CoherenceReadOnlyCollectionAccess is CoherenceRegionAccessStrategy
implementing Hibernate's read-only cache concurrency strategy for collection regions.
|
| CoherenceReadOnlyEntityAccess |
An CoherenceReadOnlyEntityAccess is an AbstractCoherenceEntityDataAccess
implementing Hibernate's read-only cache concurrency strategy for entity regions.
|
| CoherenceReadOnlyNaturalIdAccess |
A CoherenceReadOnlyNaturalIdAccess is a CoherenceRegionAccessStrategy
implementing Hibernate's read-only cache concurrency strategy for a natural ID region.
|
| CoherenceReadWriteCollectionAccess |
A CoherenceNonstrictReadWriteCollectionAccess is CoherenceCollectionRegionAccessStrategy
implementing Hibernate's read-write cache concurrency strategy.
|
| CoherenceReadWriteEntityAccess |
An CoherenceReadWriteEntityAccess is a Coherence-based read-write region access strategy
for Hibernate entity regions.
|
| CoherenceReadWriteNaturalIdAccess |
A CoherenceReadWriteNaturalIdAccess is a Coherence-based read-write region access strategy
for Hibernate natural ID regions.
|
| CoherenceRegion |
CoherenceRegion is an abstract superclass for classes representing different kinds of "region" in the Hibernate
second-level cache.
|
| CoherenceRegionFactory |
A CoherenceRegionFactory is a factory for regions of Hibernate second-level cache implemented with Oracle Coherence.
|
| CoherenceRegionValue |
A CoherenceRegion.CoherenceRegionValue is an object representing a value in Hibernate's second-level cache.
|
| CoherenceRegionValue.SoftLock |
A CoherenceRegion.CoherenceRegionValue.SoftLock is an object representing a "soft lock" on an entry in second-level cache.
|
| CoherenceStorageAccess |
|
| CoherenceStorageAccessImpl |
|
| ConfigUtils |
Helper class for some common Configuration utilities.
|
| GetProcessor |
A AbstractReadWriteCoherenceEntityDataAccess.GetProcessor is an EntryProcessor
for getting an entity in second-level cache.
|
| HibernateCacheLoader |
Data-driven CacheLoader implementation for Hibernate tables
|
| HibernateCacheStore |
Data-driven CacheStore implementation for Hibernate tables
|
| PutFromLoadProcessor |
A AbstractCoherenceEntityDataAccess.PutFromLoadProcessor is an EntryProcessor
responsible for putting a value in a second-level cache that was just loaded from database,
and returning a boolean indicating whether it did so, consistent with the expected behavior
of a cache access strategy's putFromLoad() method.
|
| ReadWritePutFromLoadProcessor |
A AbstractReadWriteCoherenceEntityDataAccess.PutFromLoadProcessor is an EntryProcessor
responsible for putting a value in a second-level cache that was just loaded from database,
and returning a boolean indicating whether it did so, consistent with the expected behavior
of a cache access strategy's putFromLoad() method.
|
| SessionType |
An enum representing the different types of Coherence instances we are dealing with.
|
| SoftLockItemProcessor |
A AbstractReadWriteCoherenceEntityDataAccess.SoftLockItemProcessor is an EntryProcessor
responsible for "soft locking" a cache entry and returning an instance of
org.hibernate.cache.spi.access.SoftLock.
|
| SoftUnlockItemProcessor |
A AbstractReadWriteCoherenceEntityDataAccess.SoftUnlockItemProcessor is an EntryProcessor
responsible for releasing a previously-acquired "soft lock" on a cache entry.
|
| StringUtils |
Helper class for some common String utilities.
|