Skip navigation links
A B C D E F G H I L M N P R S T U V W 

A

AbstractAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
Base implementation for consistency guarantees
AbstractAccessDelegate(T, Properties) - Constructor for class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
AbstractHazelcastCacheRegionFactory - Class in com.hazelcast.hibernate
Abstract superclass of Hazelcast based RegionFactory implementations
AbstractHazelcastCacheRegionFactory() - Constructor for class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
AbstractHazelcastCacheRegionFactory(Properties) - Constructor for class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
AbstractHazelcastCacheRegionFactory(HazelcastInstance) - Constructor for class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
AbstractRegionCacheEntryProcessor - Class in com.hazelcast.hibernate.distributed
An abstract implementation of EntryProcessor which acts on a hibernate region cache IMap
AbstractRegionCacheEntryProcessor() - Constructor for class com.hazelcast.hibernate.distributed.AbstractRegionCacheEntryProcessor
 
AbstractTransactionalDataRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
Abstract base class of all regions
AbstractTransactionalDataRegion(HazelcastInstance, String, Properties, CacheDataDescription, Cache) - Constructor for class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 
AccessDelegate<T extends HazelcastRegion> - Interface in com.hazelcast.hibernate.access
This interface is used to implement basic transactional guarantees
afterInsert(Object, Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
Called after an item has been inserted (after the transaction completes), instead of calling release().
afterInsert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
afterInsert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
afterInsert(SessionImplementor, Object, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
afterInsert(SessionImplementor, Object, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
afterUpdate(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
Called after an item has been updated (after the transaction completes), instead of calling release().
afterUpdate(SessionImplementor, Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
afterUpdate(SessionImplementor, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
asMap() - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
asMap() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
asMap() - Method in interface com.hazelcast.hibernate.RegionCache
 

B

buildAccessStrategy(AccessType) - Method in class com.hazelcast.hibernate.region.HazelcastCollectionRegion
 
buildAccessStrategy(AccessType) - Method in class com.hazelcast.hibernate.region.HazelcastEntityRegion
 
buildAccessStrategy(AccessType) - Method in class com.hazelcast.hibernate.region.HazelcastNaturalIdRegion
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildNaturalIdRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 

C

cache - Variable in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
cache - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
CacheEnvironment - Class in com.hazelcast.hibernate
This class is used to help in setup the internal caches.
CacheKeyImpl - Class in com.hazelcast.hibernate.region
Cache key implementation
CacheKeyImpl() - Constructor for class com.hazelcast.hibernate.region.CacheKeyImpl
 
CacheKeyImpl(Object, Type, String, String, SessionFactoryImplementor) - Constructor for class com.hazelcast.hibernate.region.CacheKeyImpl
Construct a new key for a collection or entity instance.
cleanupService - Variable in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
CleanupService - Class in com.hazelcast.hibernate.local
An internal service to clean cache regions
CleanupService(String) - Constructor for class com.hazelcast.hibernate.local.CleanupService
 
clear() - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
clear() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
clear() - Method in class com.hazelcast.hibernate.local.TimestampsRegionCache
 
clear() - Method in interface com.hazelcast.hibernate.RegionCache
 
CollectionRegionAccessStrategyAdapter - Class in com.hazelcast.hibernate.region
Simple adapter implementation for transactional / concurrent access control on collections
CollectionRegionAccessStrategyAdapter(AccessDelegate<? extends HazelcastCollectionRegion>) - Constructor for class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
com.hazelcast.hibernate - package com.hazelcast.hibernate
Contains interfaces/classes related to Hibernate.
com.hazelcast.hibernate.access - package com.hazelcast.hibernate.access
Provides access interfaces/classes for Hibernate.
com.hazelcast.hibernate.distributed - package com.hazelcast.hibernate.distributed
Provides distributed class for Hibernate.
com.hazelcast.hibernate.instance - package com.hazelcast.hibernate.instance
Provides instance interfaces/classes for Hibernate.
com.hazelcast.hibernate.local - package com.hazelcast.hibernate.local
Provides local classes for Hibernate.
com.hazelcast.hibernate.region - package com.hazelcast.hibernate.region
Provides region interfaces/classes for Hibernate.
com.hazelcast.hibernate.serialization - package com.hazelcast.hibernate.serialization
This class contains the Hibernate 5 serializer hooks so that we don't lose handling on serialization while working on Hibernate.
config - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
CONFIG_FILE_PATH - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure the path of the hazelcast.xml or hazelcast-client.xml configuration files
CONFIG_FILE_PATH_LEGACY - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Deprecated.
configure(Properties) - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceLoader
Applies a set of properties to the factory
contains(Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
contains(Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
contains(Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
createCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class com.hazelcast.hibernate.region.HazelcastCacheKeysFactory
 
createEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class com.hazelcast.hibernate.region.HazelcastCacheKeysFactory
 
createFactory() - Method in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 
createInstanceLoader(Properties) - Method in class com.hazelcast.hibernate.instance.DefaultHazelcastInstanceFactory
 
createInstanceLoader(Properties) - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceFactory
 
createMessage(Object, Object, Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
createMessage(Object, Object, Object) - Method in class com.hazelcast.hibernate.local.TimestampsRegionCache
 
createMessageListener() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
createNaturalIdKey(Object[], EntityPersister, SessionImplementor) - Method in class com.hazelcast.hibernate.region.HazelcastCacheKeysFactory
 
createSerializer() - Method in class com.hazelcast.hibernate.serialization.Hibernate5CacheEntrySerializerHook
 

D

DefaultHazelcastInstanceFactory - Class in com.hazelcast.hibernate.instance
A factory that returns a HazelcastInstance depending on configuration either backed by Hazelcast client or node implementation.
DefaultHazelcastInstanceFactory() - Constructor for class com.hazelcast.hibernate.instance.DefaultHazelcastInstanceFactory
 

E

EntityRegionAccessStrategyAdapter - Class in com.hazelcast.hibernate.region
Simple adapter implementation for transactional / concurrent access control on entities
EntityRegionAccessStrategyAdapter(AccessDelegate<? extends HazelcastEntityRegion>) - Constructor for class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
equals(Object) - Method in class com.hazelcast.hibernate.region.CacheKeyImpl
 
equals(Object) - Method in class com.hazelcast.hibernate.region.NaturalIdCacheKey
 
evict(Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
evict(Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Forcibly evict an item from the cache immediately without regard for transaction isolation.
evict(Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
evict(Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
evict(Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
evictAll() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
evictAll() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
evictAll() - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
evictAll() - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
Expirable - Class in com.hazelcast.hibernate.serialization
A container class which represents an entry in a region cache which can be marked for expiration
Expirable() - Constructor for class com.hazelcast.hibernate.serialization.Expirable
 
Expirable(Object) - Constructor for class com.hazelcast.hibernate.serialization.Expirable
 
expire(long) - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
Expire the marker.
EXPIRY_MARKER - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 
ExpiryMarker - Class in com.hazelcast.hibernate.serialization
An entry which is marked for expiration.
ExpiryMarker() - Constructor for class com.hazelcast.hibernate.serialization.ExpiryMarker
 
ExpiryMarker(Object, long, String) - Constructor for class com.hazelcast.hibernate.serialization.ExpiryMarker
 
EXPLICIT_VERSION_CHECK - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure explicitly checks the CacheEntry's version while updating RegionCache.

F

F_ID - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
The factory id for this class

G

generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
generateCacheKey(Object[], EntityPersister, SessionImplementor) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
get(Object, long) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
get(Object, long) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Attempt to retrieve an object from the cache.
get(Object, long) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
get(Object, long) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
get(SessionImplementor, Object, long) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
get(SessionImplementor, Object, long) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
get(SessionImplementor, Object, long) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
get(Object, long) - Method in interface com.hazelcast.hibernate.RegionCache
 
getBackupProcessor() - Method in class com.hazelcast.hibernate.distributed.AbstractRegionCacheEntryProcessor
 
getCache() - Method in class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 
getCache() - Method in interface com.hazelcast.hibernate.region.HazelcastRegion
 
getCacheDataDescription() - Method in class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 
getCacheKeyId(Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
getCacheKeyId(Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
getCollectionId(Object) - Method in class com.hazelcast.hibernate.region.HazelcastCacheKeysFactory
 
getConfigFilePath(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getDefaultAccessType() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
getDefaultCacheTimeoutInMillis() - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getEntityId(Object) - Method in class com.hazelcast.hibernate.region.HazelcastCacheKeysFactory
 
getFactoryId() - Method in class com.hazelcast.hibernate.distributed.AbstractRegionCacheEntryProcessor
 
getFactoryId() - Method in class com.hazelcast.hibernate.local.Invalidation
 
getFactoryId() - Method in class com.hazelcast.hibernate.local.Timestamp
 
getFactoryId() - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
getFactoryId() - Method in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 
getFactoryId() - Method in class com.hazelcast.hibernate.serialization.Value
 
getHazelcastInstance() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
getHazelcastInstance(Session) - Static method in class com.hazelcast.hibernate.instance.HazelcastAccessor
Deprecated.
Tries to extract HazelcastInstance from Session.
getHazelcastInstance(SessionFactory) - Static method in class com.hazelcast.hibernate.instance.HazelcastAccessor
Deprecated.
Tries to extract HazelcastInstance from SessionFactory.
getHazelcastInstance(SessionFactoryImplementor) - Static method in class com.hazelcast.hibernate.instance.HazelcastAccessor
Deprecated.
Tries to extract HazelcastInstance from SessionFactoryImplementor.
getHazelcastRegion() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
getHazelcastRegion() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Get the wrapped cache region
getId() - Method in class com.hazelcast.hibernate.distributed.LockEntryProcessor
 
getId() - Method in class com.hazelcast.hibernate.distributed.UnlockEntryProcessor
 
getId() - Method in class com.hazelcast.hibernate.distributed.UpdateEntryProcessor
 
getId() - Method in class com.hazelcast.hibernate.local.Invalidation
 
getId() - Method in class com.hazelcast.hibernate.local.Timestamp
 
getId() - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
getId() - Method in class com.hazelcast.hibernate.serialization.Value
 
getInstance() - Method in interface com.hazelcast.hibernate.region.HazelcastRegion
 
getInstanceName(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getKey() - Method in class com.hazelcast.hibernate.local.Invalidation
 
getKey() - Method in class com.hazelcast.hibernate.local.Timestamp
 
getLockTimeoutInMillis(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getLogger() - Method in interface com.hazelcast.hibernate.region.HazelcastRegion
 
getMarker() - Method in class com.hazelcast.hibernate.serialization.MarkerWrapper
 
getMaxOperationTimeout(HazelcastInstance) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
 
getNaturalIdValues(Object) - Method in class com.hazelcast.hibernate.region.HazelcastCacheKeysFactory
 
getNaturalIdValues(Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
getRegion() - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
getRegion() - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
getRegion() - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
getSerializationType() - Method in class com.hazelcast.hibernate.serialization.Hibernate5CacheEntrySerializerHook
 
getSizeInMemory() - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
getSizeInMemory() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
getSizeInMemory() - Method in interface com.hazelcast.hibernate.RegionCache
 
getTimeout(HazelcastInstance, String) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
 
getTimestamp() - Method in class com.hazelcast.hibernate.local.Timestamp
 
getTimestamp() - Method in class com.hazelcast.hibernate.serialization.Value
 
getValue() - Method in class com.hazelcast.hibernate.serialization.Expirable
 
getValue(long) - Method in class com.hazelcast.hibernate.serialization.Expirable
 
getValue() - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
getValue(long) - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
getValue() - Method in class com.hazelcast.hibernate.serialization.Value
 
getValue(long) - Method in class com.hazelcast.hibernate.serialization.Value
 
getVersion() - Method in class com.hazelcast.hibernate.local.Invalidation
 
getVersion() - Method in class com.hazelcast.hibernate.serialization.Expirable
 

H

hashCode() - Method in class com.hazelcast.hibernate.region.CacheKeyImpl
 
hashCode() - Method in class com.hazelcast.hibernate.region.NaturalIdCacheKey
 
HAZELCAST_FACTORY - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure which IHazelcastInstanceFactory that shall be used for creating hazelcast instance loaders.
HAZELCAST_INSTANCE_NAME - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure the Hazelcast instance internal name
HAZELCAST_OPERATION_TIMEOUT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure the Hazelcast operation timeout
HAZELCAST_SHUTDOWN_HOOK_ENABLED - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure Hazelcast Shutdown Hook
HazelcastAccessor - Class in com.hazelcast.hibernate.instance
Deprecated.
Set instanceName for your Hazelcast instance and use Hazelcast.getHazelcastInstanceByName(String instanceName) instead
HazelcastCacheKeysFactory - Class in com.hazelcast.hibernate.region
Cache key factory.
HazelcastCacheKeysFactory() - Constructor for class com.hazelcast.hibernate.region.HazelcastCacheKeysFactory
 
HazelcastCacheRegionFactory - Class in com.hazelcast.hibernate
Simple RegionFactory implementation to return Hazelcast based Region implementations
HazelcastCacheRegionFactory() - Constructor for class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
HazelcastCacheRegionFactory(HazelcastInstance) - Constructor for class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
HazelcastCacheRegionFactory(Properties) - Constructor for class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
HazelcastCollectionRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
An collection region implementation based upon Hazelcast IMap with basic concurrency / transactional support by supplying CollectionRegionAccessStrategy
HazelcastCollectionRegion(HazelcastInstance, String, Properties, CacheDataDescription, Cache) - Constructor for class com.hazelcast.hibernate.region.HazelcastCollectionRegion
 
HazelcastEntityRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
An entity region implementation based upon Hazelcast IMap with basic concurrency / transactional support by supplying EntityRegionAccessStrategy
HazelcastEntityRegion(HazelcastInstance, String, Properties, CacheDataDescription, Cache) - Constructor for class com.hazelcast.hibernate.region.HazelcastEntityRegion
 
hazelcastInstance - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
HazelcastLocalCacheRegionFactory - Class in com.hazelcast.hibernate
Simple RegionFactory implementation to return Hazelcast based local Region implementations
HazelcastLocalCacheRegionFactory() - Constructor for class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
HazelcastLocalCacheRegionFactory(HazelcastInstance) - Constructor for class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
HazelcastLocalCacheRegionFactory(Properties) - Constructor for class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
 
HazelcastNaturalIdRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
The type Hazelcast natural id region.
HazelcastNaturalIdRegion(HazelcastInstance, String, Properties, CacheDataDescription, Cache) - Constructor for class com.hazelcast.hibernate.region.HazelcastNaturalIdRegion
Instantiates a new Hazelcast natural id region.
HazelcastQueryResultsRegion - Class in com.hazelcast.hibernate.region
Hazelcast based implementation of a storage region for query results
HazelcastQueryResultsRegion(HazelcastInstance, String, Properties) - Constructor for class com.hazelcast.hibernate.region.HazelcastQueryResultsRegion
 
hazelcastRegion - Variable in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
HazelcastRegion<Cache extends RegionCache> - Interface in com.hazelcast.hibernate.region
Hazelcast specific interface version of Hibernate's Region
HazelcastTimestamper - Class in com.hazelcast.hibernate
Helper class to create timestamps and calculate timeouts based on either Hazelcast configuration of by requesting values on the cluster.
HazelcastTimestampsRegion<Cache extends RegionCache> - Class in com.hazelcast.hibernate.region
Hazelcast based timestamp using region implementation
HazelcastTimestampsRegion(HazelcastInstance, String, Properties, Cache) - Constructor for class com.hazelcast.hibernate.region.HazelcastTimestampsRegion
 
Hibernate5CacheEntrySerializerHook - Class in com.hazelcast.hibernate.serialization
This class is used to register a special serializer to not loose power over serialization in Hibernate 5.
Hibernate5CacheEntrySerializerHook() - Constructor for class com.hazelcast.hibernate.serialization.Hibernate5CacheEntrySerializerHook
 
HibernateDataSerializerHook - Class in com.hazelcast.hibernate.serialization
An implementation of DataSerializerHook which constructs any of the DataSerializable objects for the hibernate module
HibernateDataSerializerHook() - Constructor for class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 

I

IHazelcastInstanceFactory - Interface in com.hazelcast.hibernate.instance
A hookable factory class to build up implementations of IHazelcastInstanceLoader
IHazelcastInstanceLoader - Interface in com.hazelcast.hibernate.instance
Factory interface to build Hazelcast instances and configure them depending on configuration.
IMapRegionCache - Class in com.hazelcast.hibernate.distributed
A RegionCache implementation based on the underlying IMap

Note, IMap locks are intentionally not used in this class.

IMapRegionCache(String, HazelcastInstance, Properties, CacheDataDescription) - Constructor for class com.hazelcast.hibernate.distributed.IMapRegionCache
 
insert(Object, Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
Called after an item has been inserted (before the transaction completes), instead of calling evict().
insert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
This is an asynchronous cache access strategy.
insert(Object, Object, Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
insert(Object, Object, Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
insert(SessionImplementor, Object, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
insert(SessionImplementor, Object, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
insert(Object, Object, Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
instance - Variable in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
Invalidation - Class in com.hazelcast.hibernate.local
An invalidation messages
Invalidation() - Constructor for class com.hazelcast.hibernate.local.Invalidation
 
Invalidation(Object, Object) - Constructor for class com.hazelcast.hibernate.local.Invalidation
 
INVALIDATION - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 
isConcurrent() - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
isExplicitVersionCheckEnabled(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
isMinimalPutsEnabledByDefault() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
isNativeClient(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
isOverwritable() - Method in class com.hazelcast.hibernate.serialization.Hibernate5CacheEntrySerializerHook
 
isReplaceableBy(long, Object, Comparator) - Method in class com.hazelcast.hibernate.serialization.Expirable
Determine if the current entry can be overridden with a value corresponding to the given new version and the transaction timestamp.
isReplaceableBy(long, Object, Comparator) - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
isReplaceableBy(long, Object, Comparator) - Method in class com.hazelcast.hibernate.serialization.Value
 
isTransactionAware() - Method in class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 

L

loadInstance() - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceLoader
Create a new HazelcastInstance or loads an already existing instances by it's name.
LocalRegionCache - Class in com.hazelcast.hibernate.local
Local only RegionCache implementation based on a topic to distribute cache updates.
LocalRegionCache(String, HazelcastInstance, CacheDataDescription) - Constructor for class com.hazelcast.hibernate.local.LocalRegionCache
 
LocalRegionCache(String, HazelcastInstance, CacheDataDescription, boolean) - Constructor for class com.hazelcast.hibernate.local.LocalRegionCache
 
LOCK - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 
LOCK_TIMEOUT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure the timeout delay before a lock eventually times out
LockEntryProcessor - Class in com.hazelcast.hibernate.distributed
A concrete implementation of EntryProcessor which soft-locks a region cached entry
LockEntryProcessor() - Constructor for class com.hazelcast.hibernate.distributed.LockEntryProcessor
 
LockEntryProcessor(String, long, Object) - Constructor for class com.hazelcast.hibernate.distributed.LockEntryProcessor
 
lockItem(Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
We are going to attempt to update/delete the keyed object.
lockItem(Object, Object) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
lockItem(Object, Object) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
lockItem(Object, Object) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
lockItem(SessionImplementor, Object, Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
lockItem(SessionImplementor, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
lockItem(SessionImplementor, Object, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
lockRegion() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
NO-OP
lockRegion() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Lock the entire region
lockRegion() - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
lockRegion() - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
lockRegion() - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
lockRegion() - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
log - Variable in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 

M

markerIdCounter - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
MarkerWrapper - Class in com.hazelcast.hibernate.serialization
A wrapper class for ExpiryMarker for returning copy of marker object with SoftLock marker interface.
MarkerWrapper(ExpiryMarker) - Constructor for class com.hazelcast.hibernate.serialization.MarkerWrapper
 
markForExpiration(long, String) - Method in class com.hazelcast.hibernate.serialization.Expirable
Mark the entry for expiration with the given timeout and marker id.
markForExpiration(long, String) - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
markForExpiration(long, String) - Method in class com.hazelcast.hibernate.serialization.Value
 
matches(ExpiryMarker) - Method in class com.hazelcast.hibernate.serialization.Expirable
 
matches(ExpiryMarker) - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
matches(ExpiryMarker) - Method in class com.hazelcast.hibernate.serialization.Value
 
maybeInvalidate(Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
maybeInvalidate(Object) - Method in class com.hazelcast.hibernate.local.TimestampsRegionCache
 
maybeNotifyTopic(Object, Object, Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
merge(String, EntryView, EntryView) - Method in class com.hazelcast.hibernate.VersionAwareMapMergePolicy
 
messageListener - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 

N

NATIVE_CLIENT_ADDRESS - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure the address for the Hazelcast client to connect to
NATIVE_CLIENT_GROUP - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure Hazelcast client group name
NATIVE_CLIENT_INSTANCE_NAME - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure Hazelcast client instance name
NATIVE_CLIENT_PASSWORD - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure Hazelcast client group password
NaturalIdCacheKey - Class in com.hazelcast.hibernate.region
Cache key implementation for natural ID
NaturalIdCacheKey() - Constructor for class com.hazelcast.hibernate.region.NaturalIdCacheKey
 
NaturalIdCacheKey(Object[], Type[], int[], String, SessionImplementor) - Constructor for class com.hazelcast.hibernate.region.NaturalIdCacheKey
Construct a new key for a caching natural identifier resolutions into the second level cache.
NaturalIdRegionAccessStrategyAdapter - Class in com.hazelcast.hibernate.region
Simple adapter implementation for transactional / concurrent access control on natural ids
NaturalIdRegionAccessStrategyAdapter(AccessDelegate<? extends HazelcastNaturalIdRegion>) - Constructor for class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
nextTimestamp() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
nextTimestamp(HazelcastInstance) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
 
nextTimestamp() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
NonStrictReadWriteAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
Makes no guarantee of consistency between the cache and the database.
NonStrictReadWriteAccessDelegate(T, Properties) - Constructor for class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 

P

process(Map.Entry<Object, Expirable>) - Method in class com.hazelcast.hibernate.distributed.LockEntryProcessor
 
process(Map.Entry<Object, Expirable>) - Method in class com.hazelcast.hibernate.distributed.UnlockEntryProcessor
 
process(Map.Entry<Object, Expirable>) - Method in class com.hazelcast.hibernate.distributed.UpdateEntryProcessor
 
processBackup(Map.Entry<Object, Expirable>) - Method in class com.hazelcast.hibernate.distributed.AbstractRegionCacheEntryProcessor
 
put(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
put(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
put(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.local.TimestampsRegionCache
 
put(Object, Object, long, Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
putFromLoad(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
putFromLoad(Object, Object, long, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Attempt to cache an object, after loading from the database.
putFromLoad(Object, Object, long, Object, boolean) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Attempt to cache an object, after loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
putFromLoad(SessionImplementor, Object, Object, long, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
putFromLoad(SessionImplementor, Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 

R

readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.distributed.LockEntryProcessor
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.distributed.UnlockEntryProcessor
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.distributed.UpdateEntryProcessor
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.local.Invalidation
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.local.Timestamp
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.region.CacheKeyImpl
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.region.NaturalIdCacheKey
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.serialization.Expirable
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.serialization.Value
 
readData(ObjectDataInput) - Method in class com.hazelcast.hibernate.VersionAwareMapMergePolicy
 
ReadOnlyAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
Guarantees that view is read-only and no updates can be made
ReadOnlyAccessDelegate(T, Properties) - Constructor for class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
ReadWriteAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
Makes READ COMMITTED consistency guarantees even in a clustered environment.
ReadWriteAccessDelegate(T, Properties) - Constructor for class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
RegionCache - Interface in com.hazelcast.hibernate
This interface defines an internal cached region implementation as well as a mechanism to unmap the cache to an underlying Map data-structure
registerCache(LocalRegionCache) - Method in class com.hazelcast.hibernate.local.CleanupService
 
remove(Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has become stale (before the transaction completes).
remove(Object) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
remove(Object) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
Called after an item has become stale (before the transaction completes).
remove(Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
remove(Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
remove(SessionImplementor, Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
remove(SessionImplementor, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
remove(SessionImplementor, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
remove(Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
removeAll() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called to evict data from the entire region
removeAll() - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
removeAll() - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
removeAll() - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
This is an asynchronous cache access strategy.
removeAll() - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
removeAll() - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
removeAll() - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 

S

SHUTDOWN_ON_STOP - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure if the HazelcastInstance should going to shutdown when the RegionFactory is being stopped
shutdownOnStop(Properties, boolean) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
size() - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
size() - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
size() - Method in interface com.hazelcast.hibernate.RegionCache
 
start(SessionFactoryOptions, Properties) - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
stop() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
stop() - Method in class com.hazelcast.hibernate.local.CleanupService
 

T

Timestamp - Class in com.hazelcast.hibernate.local
Hazelcast compatible implementation of a timestamp for internal eviction
Timestamp() - Constructor for class com.hazelcast.hibernate.local.Timestamp
 
Timestamp(Object, long) - Constructor for class com.hazelcast.hibernate.local.Timestamp
 
TIMESTAMP - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 
TimestampsRegionCache - Class in com.hazelcast.hibernate.local
A timestamp based local RegionCache
TimestampsRegionCache(String, HazelcastInstance) - Constructor for class com.hazelcast.hibernate.local.TimestampsRegionCache
 
topic - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 
toString() - Method in class com.hazelcast.hibernate.local.Invalidation
 
toString() - Method in class com.hazelcast.hibernate.local.Timestamp
 
toString() - Method in class com.hazelcast.hibernate.region.CacheKeyImpl
 
toString() - Method in class com.hazelcast.hibernate.region.NaturalIdCacheKey
 
tryLock(Object, Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
tryLock(Object, Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
tryLock(Object, Object) - Method in interface com.hazelcast.hibernate.RegionCache
 

U

unloadInstance() - Method in interface com.hazelcast.hibernate.instance.IHazelcastInstanceLoader
Tries to shutdown a HazelcastInstance
unlock(Object, SoftLock) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
unlock(Object, SoftLock) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
unlock(Object, SoftLock) - Method in interface com.hazelcast.hibernate.RegionCache
 
UNLOCK - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 
UnlockEntryProcessor - Class in com.hazelcast.hibernate.distributed
A concrete implementation of EntryProcessor which unlocks a soft-locked region cached entry
UnlockEntryProcessor() - Constructor for class com.hazelcast.hibernate.distributed.UnlockEntryProcessor
 
UnlockEntryProcessor(ExpiryMarker, String, long) - Constructor for class com.hazelcast.hibernate.distributed.UnlockEntryProcessor
 
unlockItem(Object, SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
unlockItem(SessionImplementor, Object, SoftLock) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
unlockRegion(SoftLock) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
This will issue a log warning stating that an attempt was made to unlock a read-only cache region.
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
update(Object, Object, Object, Object) - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate
 
update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
Called after an item has been updated (before the transaction completes), instead of calling evict().
update(Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
update(Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
update(SessionImplementor, Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
update(SessionImplementor, Object, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
update(Object, Object, Object, SoftLock) - Method in interface com.hazelcast.hibernate.RegionCache
 
UPDATE - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 
UpdateEntryProcessor - Class in com.hazelcast.hibernate.distributed
A concrete implementation of EntryProcessor which attempts to update a region cache entry
UpdateEntryProcessor() - Constructor for class com.hazelcast.hibernate.distributed.UpdateEntryProcessor
 
UpdateEntryProcessor(ExpiryMarker, Object, Object, String, long) - Constructor for class com.hazelcast.hibernate.distributed.UpdateEntryProcessor
 
USE_NATIVE_CLIENT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure weather a Hazelcast client or node will be used for connection to the cluster

V

VALUE - Static variable in class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook
 
Value - Class in com.hazelcast.hibernate.serialization
A value within a region cache
Value() - Constructor for class com.hazelcast.hibernate.serialization.Value
 
Value(Object, long, Object) - Constructor for class com.hazelcast.hibernate.serialization.Value
 
version - Variable in class com.hazelcast.hibernate.serialization.Expirable
 
VersionAwareMapMergePolicy - Class in com.hazelcast.hibernate
A merge policy implementation to handle split brain remerges based on the timestamps stored in the values.
VersionAwareMapMergePolicy() - Constructor for class com.hazelcast.hibernate.VersionAwareMapMergePolicy
 
versionComparator - Variable in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
versionComparator - Variable in class com.hazelcast.hibernate.local.LocalRegionCache
 

W

writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.distributed.LockEntryProcessor
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.distributed.UnlockEntryProcessor
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.distributed.UpdateEntryProcessor
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.local.Invalidation
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.local.Timestamp
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.region.CacheKeyImpl
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.region.NaturalIdCacheKey
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.serialization.Expirable
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.serialization.ExpiryMarker
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.serialization.Value
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.VersionAwareMapMergePolicy
 
A B C D E F G H I L M N P R S T U V W 
Skip navigation links

Copyright © 2018. All Rights Reserved.