A B C D E G H I L N O P R S T U V 
All Classes All Packages

A

addCoherenceProperty(String, String) - Method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateSystemPropertyResolver
 
addSoftLock(CoherenceRegionValue.SoftLock) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
Adds a SoftLock to this cache value.
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteNaturalIdAccess
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyNaturalIdAccess
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteNaturalIdAccess
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteEntityAccess
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyEntityAccess
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteEntityAccess
AfterInsertProcessor<K> - Class in com.oracle.coherence.hibernate.cache.v53.access.processor
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.
AfterInsertProcessor(CoherenceRegionValue) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.processor.AfterInsertProcessor
Complete constructor.
afterUpdate(Object, Object, Object) - Method in interface com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccess
 
afterUpdate(Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteEntityAccess
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyEntityAccess
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteEntityAccess
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteNaturalIdAccess
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyNaturalIdAccess
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteNaturalIdAccess
AfterUpdateProcessor - Class in com.oracle.coherence.hibernate.cache.v53.access.processor
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.
AfterUpdateProcessor(CoherenceRegionValue, SoftLock, long) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.processor.AfterUpdateProcessor
Complete constructor.
Assert - Class in com.oracle.coherence.hibernate.cache.v53.configuration.support
Helper class for some common assertions.

B

buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 

C

CACHE_CONFIG_FILE_PATH_DEFAULT_VALUE - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
The default path to the cache configuration file.
CACHE_CONFIG_FILE_PATH_PROPERTY_NAME - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
The name of the property specifying the path to the Coherence cache configuration file.
clear() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
 
CLIENT - com.oracle.coherence.hibernate.cache.v53.configuration.session.SessionType
The session is a client session, that is it expects to be a Coherence*Extend client.
closeSession(Session) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Close a Hibernate Session.
COHERENCE_LOGGER_DEFAULT_VALUE - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 
COHERENCE_LOGGER_PROPERTY_NAME - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
The name of the property specifying the Coherence-specific logger.
COHERENCE_SESSION_NAME_PROPERTY_NAME - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 
COHERENCE_SESSION_TYPE_PROPERTY_NAME - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 
CoherenceDomainDataRegionImpl - Class in com.oracle.coherence.hibernate.cache.v53.access
 
CoherenceDomainDataRegionImpl(DomainDataRegionConfig, RegionFactoryTemplate, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
CoherenceHibernateProperties - Class in com.oracle.coherence.hibernate.cache.v53.configuration.support
Defines all Hibernate Properties that are specific for Coherence Hibernate.
CoherenceHibernateProperties(Map) - Constructor for class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 
CoherenceHibernateSystemPropertyResolver - Class in com.oracle.coherence.hibernate.cache.v53.configuration.support
A helper class that makes Coherence-bound configuration properties available as System property.
CoherenceHibernateSystemPropertyResolver() - Constructor for class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateSystemPropertyResolver
This constructor is required so that Coherence can discover and instantiate this class using the Java ServiceLoader.
CoherenceHibernateSystemPropertyResolver(Map<String, Object>) - Constructor for class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateSystemPropertyResolver
This constructor will be called by Coherence Hibernate to instantiate the singleton bean and set the CoherenceHibernateSystemPropertyResolver.coherenceProperties.
CoherenceNonstrictReadWriteCollectionAccess - Class in com.oracle.coherence.hibernate.cache.v53.access
A CoherenceNonstrictReadWriteCollectionAccess is CoherenceRegionAccessStrategy implementing Hibernate's nonstrict-read-write cache concurrency strategy for a collection region.
CoherenceNonstrictReadWriteCollectionAccess(DomainDataRegion, DomainDataStorageAccess, Comparator<?>) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteCollectionAccess
Complete constructor.
CoherenceNonstrictReadWriteEntityAccess - Class in com.oracle.coherence.hibernate.cache.v53.access
A CoherenceNonstrictReadWriteEntityAccess is an AbstractCoherenceEntityDataAccess implementing Hibernate's nonstrict-read-write cache concurrency strategy for an entity region.
CoherenceNonstrictReadWriteEntityAccess(DomainDataRegion, DomainDataStorageAccess, Comparator<?>) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteEntityAccess
Complete constructor.
CoherenceNonstrictReadWriteNaturalIdAccess - Class in com.oracle.coherence.hibernate.cache.v53.access
A CoherenceNonstrictReadWriteNaturalIdAccess is a CoherenceRegionAccessStrategy implementing Hibernate's nonstrict-read-write cache concurrency strategy for a natural ID region.
CoherenceNonstrictReadWriteNaturalIdAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteNaturalIdAccess
Complete constructor.
CoherenceReadOnlyCollectionAccess - Class in com.oracle.coherence.hibernate.cache.v53.access
A CoherenceReadOnlyCollectionAccess is CoherenceRegionAccessStrategy implementing Hibernate's read-only cache concurrency strategy for collection regions.
CoherenceReadOnlyCollectionAccess(DomainDataRegion, DomainDataStorageAccess, Comparator<?>) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyCollectionAccess
Complete constructor.
CoherenceReadOnlyEntityAccess - Class in com.oracle.coherence.hibernate.cache.v53.access
An CoherenceReadOnlyEntityAccess is an AbstractCoherenceEntityDataAccess implementing Hibernate's read-only cache concurrency strategy for entity regions.
CoherenceReadOnlyEntityAccess(DomainDataRegion, DomainDataStorageAccess, Comparator<?>) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyEntityAccess
Complete constructor.
CoherenceReadOnlyNaturalIdAccess - Class in com.oracle.coherence.hibernate.cache.v53.access
A CoherenceReadOnlyNaturalIdAccess is a CoherenceRegionAccessStrategy implementing Hibernate's read-only cache concurrency strategy for a natural ID region.
CoherenceReadOnlyNaturalIdAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyNaturalIdAccess
Complete constructor.
CoherenceReadWriteCollectionAccess - Class in com.oracle.coherence.hibernate.cache.v53.access
A CoherenceNonstrictReadWriteCollectionAccess is CoherenceCollectionRegionAccessStrategy implementing Hibernate's read-write cache concurrency strategy.
CoherenceReadWriteCollectionAccess(DomainDataRegion, DomainDataStorageAccess, Comparator<?>) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteCollectionAccess
Complete constructor.
CoherenceReadWriteEntityAccess - Class in com.oracle.coherence.hibernate.cache.v53.access
An CoherenceReadWriteEntityAccess is a Coherence-based read-write region access strategy for Hibernate entity regions.
CoherenceReadWriteEntityAccess(DomainDataRegion, DomainDataStorageAccess, Comparator<?>) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteEntityAccess
Complete constructor.
CoherenceReadWriteNaturalIdAccess - Class in com.oracle.coherence.hibernate.cache.v53.access
A CoherenceReadWriteNaturalIdAccess is a Coherence-based read-write region access strategy for Hibernate natural ID regions.
CoherenceReadWriteNaturalIdAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteNaturalIdAccess
Complete constructor.
CoherenceRegion - Class in com.oracle.coherence.hibernate.cache.v53.region
CoherenceRegion is an abstract superclass for classes representing different kinds of "region" in the Hibernate second-level cache.
CoherenceRegion(RegionFactory, NamedCache, Map<String, Object>) - Constructor for class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Complete constructor.
CoherenceRegionFactory - Class in com.oracle.coherence.hibernate.cache.v53
A CoherenceRegionFactory is a factory for regions of Hibernate second-level cache implemented with Oracle Coherence.
CoherenceRegionFactory() - Constructor for class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
Default constructor.
CoherenceRegionFactory(Session) - Constructor for class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
Constructor that allows to pass-in an externally created Coherence Session.
CoherenceRegionValue - Class in com.oracle.coherence.hibernate.cache.v53.region
A CoherenceRegion.CoherenceRegionValue is an object representing a value in Hibernate's second-level cache.
CoherenceRegionValue(Object, Object, long) - Constructor for class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
Complete constructor.
CoherenceRegionValue.SoftLock - Class in com.oracle.coherence.hibernate.cache.v53.region
A CoherenceRegion.CoherenceRegionValue.SoftLock is an object representing a "soft lock" on an entry in second-level cache.
coherenceSession - Variable in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 
CoherenceStorageAccess - Interface in com.oracle.coherence.hibernate.cache.v53.access
 
CoherenceStorageAccessImpl - Class in com.oracle.coherence.hibernate.cache.v53.access
 
CoherenceStorageAccessImpl(CoherenceRegion) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 
com.oracle.coherence.hibernate.cache.v53 - package com.oracle.coherence.hibernate.cache.v53
Base package for the Coherence implementation of the Hibernate 2nd Level Cache SPI.
com.oracle.coherence.hibernate.cache.v53.access - package com.oracle.coherence.hibernate.cache.v53.access
Coherence implementations of the DomainDataStorageAccess.
com.oracle.coherence.hibernate.cache.v53.access.processor - package com.oracle.coherence.hibernate.cache.v53.access.processor
Contains Coherence Entity Processors.
com.oracle.coherence.hibernate.cache.v53.configuration.session - package com.oracle.coherence.hibernate.cache.v53.configuration.session
Coherence Session related configuration.
com.oracle.coherence.hibernate.cache.v53.configuration.support - package com.oracle.coherence.hibernate.cache.v53.configuration.support
Contains support classes.
com.oracle.coherence.hibernate.cache.v53.region - package com.oracle.coherence.hibernate.cache.v53.region
Coherence Region implementations.
com.oracle.coherence.hibernate.cachestore - package com.oracle.coherence.hibernate.cachestore
Provides CacheStore and CacheLoader implementations for Hibernate.
ConfigUtils - Class in com.oracle.coherence.hibernate.cache.v53.configuration.support
Helper class for some common Configuration utilities.
contains(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteEntityAccess
 
contains(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyEntityAccess
 
contains(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteEntityAccess
 
contains(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteNaturalIdAccess
 
contains(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 
contains(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
createCoherenceRegion(String, SessionFactoryImplementor) - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 
createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 
createEntityFromId(Object, SessionImplementor) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Create a transient entity instance given an entity id
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 

D

DEFAULT_LOCK_LEASE_DURATION - Static variable in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
The default lock lease duration in milliseconds.
DEFAULT_PROPERTY_PREFIX - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
By default, empty, indicating that no Coherence property prefix is applied.
destroy() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion

E

ensureInitialized() - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Called by all API-implementing methods for lazy initialization.
ensureNamedCache(String) - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
Ensure the initialization of a NamedCache of the argument name.
equals(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
equals(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue.SoftLock
erase(Object) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheStore
Erase a Hibernate entity given an id (key)
eraseAll(Collection) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheStore
Erase a set of Hibernate entities given an collection of ids (keys)
evict(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Evicts from this CoherenceRegion the entry at the argument key.
evictAll() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Evicts all entries from this CoherenceRegion.
evictData() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 
evictData(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 

G

generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteNaturalIdAccess
 
generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyNaturalIdAccess
 
generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteNaturalIdAccess
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteCollectionAccess
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyCollectionAccess
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteCollectionAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteEntityAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyEntityAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteEntityAccess
 
generateCollectionAccess(CollectionDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
generateNonStrictReadWriteEntityAccess(EntityDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
generateNonStrictReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
generateReadOnlyEntityAccess(EntityDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
generateReadOnlyNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
generateReadWriteEntityAccess(EntityDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
generateReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceDomainDataRegionImpl
 
getAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteCollectionAccess
 
getAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteEntityAccess
 
getAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteNaturalIdAccess
 
getAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyCollectionAccess
 
getAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyEntityAccess
 
getAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyNaturalIdAccess
 
getAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteCollectionAccess
 
getAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteEntityAccess
 
getAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteNaturalIdAccess
 
getCacheConfigFilePath() - Method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 
getCacheKeyId(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteCollectionAccess
getCacheKeyId(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteEntityAccess
 
getCacheKeyId(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyCollectionAccess
 
getCacheKeyId(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyEntityAccess
 
getCacheKeyId(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteCollectionAccess
 
getCacheKeyId(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteEntityAccess
 
getCoherenceProperties() - Method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 
getCoherenceSession() - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
Returns the Coherence Session used by this CoherenceRegionFactory.
getDefaultAccessType() - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
getDelegate() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 
getDurationProperty(Map<String, Object>, String, long, long) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Get a duration value in milliseconds from the argument properties or defaults, capped at a maximum value.
getElementCountInMemory() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
getElementCountOnDisk() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
getEntityClassMetadata() - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Get the Hibernate ClassMetadata for the Hibernate entity
getEntityName() - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Get the Hibernate entity name
getExpirationTime() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue.SoftLock
Returns this SoftLock's expiration time.
getFromCache(Object, SharedSessionContractImplementor) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 
getImplicitCacheKeysFactory() - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 
getLoadAllQuery() - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Get the parameterized loadAll HQL query string
getName() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
getNamedCache() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Returns the NamedCache implementing this CoherenceRegion.
getNaturalIdValues(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteNaturalIdAccess
 
getNaturalIdValues(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyNaturalIdAccess
 
getNaturalIdValues(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteNaturalIdAccess
 
GetProcessor - Class in com.oracle.coherence.hibernate.cache.v53.access.processor
A AbstractReadWriteCoherenceEntityDataAccess.GetProcessor is an EntryProcessor for getting an entity in second-level cache.
GetProcessor() - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.processor.GetProcessor
 
getProperty(String) - Method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateSystemPropertyResolver
 
getRegionFactory() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
 
getSessionFactory() - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Get the Hibernate SessionFactory.
getSessionName() - Method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 
getSessionNameOption(String) - Static method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.ConfigUtils
The Session name can only be specified using Coherence CE 21.12 and higher.
getSessionType() - Method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 
getSizeInMemory() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
getTimeout() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
This method is undocumented in Hibernate javadoc.
getTimestamp() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
Returns the "timestamp" of the "actual" value in this cache value.
getValue() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
Returns the "actual" value in this cache value.
getValue(Object) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Returns the object at the argument key in this CoherenceRegion.
getVersion() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
Returns the "version" of the "actual" value in this cache value.

H

hashCode() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
hashCode() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue.SoftLock
hasText(String) - Static method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.StringUtils
 
hasText(String, String) - Static method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.Assert
 
HibernateCacheLoader - Class in com.oracle.coherence.hibernate.cachestore
Data-driven CacheLoader implementation for Hibernate tables
HibernateCacheLoader() - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Default constructor.
HibernateCacheLoader(String) - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Constructor which accepts an entityName.
HibernateCacheLoader(String, File) - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Constructor which accepts an entityName and a Hibernate configuration resource.
HibernateCacheLoader(String, String) - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Constructor which accepts an entityName and a Hibernate configuration resource.
HibernateCacheLoader(String, SessionFactory) - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Constructor which accepts an entityName and a Hibernate SessionFactory.
HibernateCacheStore - Class in com.oracle.coherence.hibernate.cachestore
Data-driven CacheStore implementation for Hibernate tables
HibernateCacheStore() - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheStore
Default constructor.
HibernateCacheStore(String) - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheStore
Constructor which accepts an entityName
HibernateCacheStore(String, File) - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheStore
Constructor which accepts an entityName and a hibernate configuration resource.
HibernateCacheStore(String, String) - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheStore
Constructor which accepts an entityName and a hibernate configuration resource.
HibernateCacheStore(String, SessionFactory) - Constructor for class com.oracle.coherence.hibernate.cachestore.HibernateCacheStore
Constructor which accepts an entityName and a Hibernate SessionFactory.

I

initialize() - Method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateSystemPropertyResolver
 
initialize() - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Initializer (must be called post-constructor)
insert(SharedSessionContractImplementor, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteNaturalIdAccess
insert(SharedSessionContractImplementor, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyNaturalIdAccess
insert(SharedSessionContractImplementor, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteNaturalIdAccess
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteEntityAccess
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyEntityAccess
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteEntityAccess
invoke(Object, InvocableMap.EntryProcessor) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Invoke the argument EntryProcessor on the argument key and return the result of the invocation.
isMinimalPutsEnabledByDefault() - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
isNotSoftLocked() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
Returns a boolean indicating whether this cache value is not currently soft-locked.
isReplaceableFromLoad(long, Object, Comparator<Object>) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
Returns a boolean indicating whether this cache value is replaceable from database load.
isSoftLocked() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
Returns a boolean indicating whether this cache value is currently soft-locked.
isStartCacheServer() - Method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 

L

load(Object) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Load a Hibernate entity given an id (key)
loadAll(Collection) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Load a collection of Hibernate entities given a set of ids (keys)
LOCK_LEASE_DURATION_PROPERTY_NAME - Static variable in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
The name of the property specifying the lock lease duration.
lockCache() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Locks the entire cache.

N

newSoftLockExpirationTime() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Computes and returns the expiration time for a new soft lock.
nextTimestamp() - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
nextTimestamp() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
This method is undocumented in Hibernate javadoc, but seems intended to return the "current" time.
notNull(Object, String) - Static method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.Assert
 

O

openSession() - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Open a Hibernate Session.

P

PARAM_IDS - Static variable in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Name of the "ids" named parameter in HQL bulk queries
prepareForUse(SessionFactoryOptions, Map) - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 
process(InvocableMap.Entry) - Method in class com.oracle.coherence.hibernate.cache.v53.access.processor.AfterInsertProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.hibernate.cache.v53.access.processor.AfterUpdateProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.hibernate.cache.v53.access.processor.GetProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.hibernate.cache.v53.access.processor.PutFromLoadProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.hibernate.cache.v53.access.processor.ReadWritePutFromLoadProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.hibernate.cache.v53.access.processor.SoftLockItemProcessor
process(InvocableMap.Entry) - Method in class com.oracle.coherence.hibernate.cache.v53.access.processor.SoftUnlockItemProcessor
PROPERTY_NAME_PREFIX - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
The prefix of the names of all properties specific to this SPI implementation.
PutFromLoadProcessor - Class in com.oracle.coherence.hibernate.cache.v53.access.processor
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.
PutFromLoadProcessor(boolean, CoherenceRegionValue) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.processor.PutFromLoadProcessor
Complete constructor.
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 
putValue(Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Put the argument value into this CoherenceRegion at the argument key.

R

ReadWritePutFromLoadProcessor - Class in com.oracle.coherence.hibernate.cache.v53.access.processor
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.
ReadWritePutFromLoadProcessor(boolean, long, CoherenceRegionValue, Comparator) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.processor.ReadWritePutFromLoadProcessor
Complete constructor.
release() - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 
releaseFromUse() - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 
releaseSoftLock(SoftLock, long) - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue
Attempts to release the argument SoftLock on this cache value.

S

SERVER - com.oracle.coherence.hibernate.cache.v53.configuration.session.SessionType
The session is a server session, that is it expects to be a Coherence cluster member.
SessionType - Enum in com.oracle.coherence.hibernate.cache.v53.configuration.session
An enum representing the different types of Coherence instances we are dealing with.
setCoherenceSession(Session) - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
Sets the Coherence Session used by this CoherenceRegionFactory.
setEntityClassMetadata(ClassMetadata) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Get the Hibernate ClassMetadata for the Hibernate entity
setEntityName(String) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Set the Hibernate entity name.
setLoadAllQuery(String) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Get the parameterized loadAll HQL query string
setSessionFactory(SessionFactory) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Set the Hibernate SessionFactory to be used by this CacheLoader.
SoftLock(UUID, long, long) - Constructor for class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue.SoftLock
Complete constructor.
SoftLockItemProcessor - Class in com.oracle.coherence.hibernate.cache.v53.access.processor
A AbstractReadWriteCoherenceEntityDataAccess.SoftLockItemProcessor is an EntryProcessor responsible for "soft locking" a cache entry and returning an instance of org.hibernate.cache.spi.access.SoftLock.
SoftLockItemProcessor(CoherenceRegionValue, CoherenceRegionValue.SoftLock) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.processor.SoftLockItemProcessor
Complete constructor.
SoftUnlockItemProcessor - Class in com.oracle.coherence.hibernate.cache.v53.access.processor
A AbstractReadWriteCoherenceEntityDataAccess.SoftUnlockItemProcessor is an EntryProcessor responsible for releasing a previously-acquired "soft lock" on a cache entry.
SoftUnlockItemProcessor(SoftLock, long) - Constructor for class com.oracle.coherence.hibernate.cache.v53.access.processor.SoftUnlockItemProcessor
Complete constructor.
START_CACHE_SERVER_DEFAULT_VALUE - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
By default, the DefaultCacheServer will not be bootstrapped and this property is false by default.
START_CACHE_SERVER_PROPERTY_NAME - Static variable in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateProperties
 
store(Object, Object) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheStore
Store a Hibernate entity given an id (key) and entity (value)
storeAll(Map) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheStore
Store a collection of Hibernate entities given a Map of ids (keys) and entities (values)
StringUtils - Class in com.oracle.coherence.hibernate.cache.v53.configuration.support
Helper class for some common String utilities.
systemPropertyResolver - Variable in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
 

T

toString() - Method in class com.oracle.coherence.hibernate.cache.v53.CoherenceRegionFactory
toString() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
}
toString() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue.SoftLock
toString() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegionValue

U

unlockCache() - Method in class com.oracle.coherence.hibernate.cache.v53.region.CoherenceRegion
Unlocks the entire cache.
unlockItem(Object, SoftLock) - Method in interface com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccess
 
unlockItem(Object, SoftLock) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceStorageAccessImpl
 
unset() - Method in class com.oracle.coherence.hibernate.cache.v53.configuration.support.CoherenceHibernateSystemPropertyResolver
 
update(SharedSessionContractImplementor, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteNaturalIdAccess
update(SharedSessionContractImplementor, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyNaturalIdAccess
update(SharedSessionContractImplementor, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteNaturalIdAccess
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceNonstrictReadWriteEntityAccess
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadOnlyEntityAccess
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class com.oracle.coherence.hibernate.cache.v53.access.CoherenceReadWriteEntityAccess

V

validateIdentifier(Serializable, Object, SessionImplementor) - Method in class com.oracle.coherence.hibernate.cachestore.HibernateCacheLoader
Ensure that there are no conflicts between an explicit and implicit key.
valueOf(String) - Static method in enum com.oracle.coherence.hibernate.cache.v53.configuration.session.SessionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.coherence.hibernate.cache.v53.configuration.session.SessionType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I L N O P R S T U V 
All Classes All Packages