A B C E 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
 
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
 
afterInsert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
afterInsert(Object, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
afterInsert(Object, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
afterInsert(Object, 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(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
afterUpdate(Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
afterUpdate(Object, Object, 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.AbstractHazelcastCacheRegionFactory
 
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.
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 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 Hibernate4 serializer hooks so what we don't loose 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
 
createInstance(Properties) - Static method in class com.hazelcast.hibernate.instance.HazelcastInstanceFactory
 
createInstanceLoader(Properties) - Static method in class com.hazelcast.hibernate.instance.HazelcastInstanceFactory
 
createLockedValue(SoftLock) - Method in class com.hazelcast.hibernate.local.Value
 
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
 
createMessageListener() - Method in class com.hazelcast.hibernate.local.TimestampsRegionCache
 
createSerializer() - Method in class com.hazelcast.hibernate.serialization.Hibernate4CacheEntrySerializerHook
 
createSerializer() - Method in class com.hazelcast.hibernate.serialization.Hibernate4CacheKeySerializerHook
 
createUnlockedValue() - Method in class com.hazelcast.hibernate.local.Value
 

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.local.Value
 
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
 
EXPLICIT_VERSION_CHECK - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure explicitly checks the CacheEntry's version while updating RegionCache.

G

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) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
get(Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
get(Object, long) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
get(Object, long) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
get(Object, long) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
get(Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
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
 
getConfigFilePath(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getCreationTime() - Method in class com.hazelcast.hibernate.local.Value
 
getDefaultAccessType() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
getDefaultCacheTimeoutInMillis() - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getHazelcastInstance() - Method in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
 
getHazelcastInstance(Session) - Static method in class com.hazelcast.hibernate.instance.HazelcastAccessor
Tries to extract HazelcastInstance from Session.
getHazelcastInstance(SessionFactory) - Static method in class com.hazelcast.hibernate.instance.HazelcastAccessor
Tries to extract HazelcastInstance from SessionFactory.
getHazelcastInstance(SessionFactoryImplementor) - Static method in class com.hazelcast.hibernate.instance.HazelcastAccessor
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
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
 
getLock() - Method in class com.hazelcast.hibernate.local.Value
 
getLockTimeoutInMillis(Properties) - Static method in class com.hazelcast.hibernate.CacheEnvironment
 
getLogger() - Method in interface com.hazelcast.hibernate.region.HazelcastRegion
 
getMaxOperationTimeout(HazelcastInstance) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
 
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.Hibernate4CacheEntrySerializerHook
 
getSerializationType() - Method in class com.hazelcast.hibernate.serialization.Hibernate4CacheKeySerializerHook
 
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
 
getValue() - Method in class com.hazelcast.hibernate.local.Value
 
getVersion() - Method in class com.hazelcast.hibernate.local.Invalidation
 
getVersion() - Method in class com.hazelcast.hibernate.local.Value
 

H

hashCode() - Method in class com.hazelcast.hibernate.local.Value
 
HAZELCAST_INSTANCE_NAME - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure the Hazelcast instance internal name
HazelcastAccessor - Class in com.hazelcast.hibernate.instance
Access underlying HazelcastInstance using Hibernate SessionFactory
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
 
HazelcastInstanceFactory - Class in com.hazelcast.hibernate.instance
A factory class to build up a HazelcastInstance depending on configuration either based on Hazelcast client or node implementation.
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 - Class in com.hazelcast.hibernate.region
Hazelcast based implementation used to store NaturalIds
HazelcastNaturalIdRegion(HazelcastInstance, String, Properties, CacheDataDescription) - Constructor for class com.hazelcast.hibernate.region.HazelcastNaturalIdRegion
 
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
 
Hibernate4CacheEntrySerializerHook - Class in com.hazelcast.hibernate.serialization
This class is used to register a special serializer to not loose power over serialization in Hibernate 3
Hibernate4CacheEntrySerializerHook() - Constructor for class com.hazelcast.hibernate.serialization.Hibernate4CacheEntrySerializerHook
 
Hibernate4CacheKeySerializerHook - Class in com.hazelcast.hibernate.serialization
This class is used to register a special serializer to not loose power over serialization in Hibernate 3
Hibernate4CacheKeySerializerHook() - Constructor for class com.hazelcast.hibernate.serialization.Hibernate4CacheKeySerializerHook
 

I

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
IMapRegionCache(String, HazelcastInstance, Properties, CacheDataDescription) - Constructor for class com.hazelcast.hibernate.distributed.IMapRegionCache
 
insert(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
This is an asynchronous cache access strategy.
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.region.EntityRegionAccessStrategyAdapter
 
insert(Object, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
insert(Object, Object, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
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
 
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.Hibernate4CacheEntrySerializerHook
 
isOverwritable() - Method in class com.hazelcast.hibernate.serialization.Hibernate4CacheKeySerializerHook
 
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_TIMEOUT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure the timeout delay before a lock eventually times out
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(Object, Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
lockItem(Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
lockItem(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

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_PASSWORD - Static variable in class com.hazelcast.hibernate.CacheEnvironment
Property to configure Hazelcast client group password
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
 
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

put(Object, Object, Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
put(Object, Object, Object) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
put(Object, Object, Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
put(Object, Object, Object) - Method in class com.hazelcast.hibernate.local.TimestampsRegionCache
 
put(Object, Object, 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) - 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(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
putFromLoad(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
putFromLoad(Object, Object, long, Object, boolean) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 

R

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.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 class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
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.distributed.IMapRegionCache
 
remove(Object) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
remove(Object) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
remove(Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
remove(Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
remove(Object) - Method in interface com.hazelcast.hibernate.RegionCache
 
removeAll() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
removeAll() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Called to evict data from the entire region
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(Settings, 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
 
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.local.Value
 
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
 
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
This will issue a log warning stating that an attempt was made to unlock an item from a read-only cache region.
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter
 
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
unlockItem(Object, SoftLock) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
unlockRegion(SoftLock) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
NO-OP
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.NonStrictReadWriteAccessDelegate
 
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.access.ReadWriteAccessDelegate
 
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, SoftLock) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
This is an asynchronous cache access strategy.
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.ReadOnlyAccessDelegate
 
update(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.distributed.IMapRegionCache
 
update(Object, Object, Object, Object, SoftLock) - Method in class com.hazelcast.hibernate.local.LocalRegionCache
 
update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter
 
update(Object, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
update(Object, Object, Object, Object) - Method in class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter
 
update(Object, Object, Object, Object, SoftLock) - Method in interface com.hazelcast.hibernate.RegionCache
 
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 - Class in com.hazelcast.hibernate.local
A value wrapper with version, lock support and creationTime
Value(Object, Object, long) - Constructor for class com.hazelcast.hibernate.local.Value
 
Value(Object, Object, SoftLock, long) - Constructor for class com.hazelcast.hibernate.local.Value
 
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.local.Invalidation
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.local.Timestamp
 
writeData(ObjectDataOutput) - Method in class com.hazelcast.hibernate.VersionAwareMapMergePolicy
 
A B C E G H I L M N P R S T U V W 

Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.