A B C D E G H I L N P R S T U

A

AbstractAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
 
AbstractAccessDelegate(T) - Constructor for class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
AbstractGeneralRegion - Class in com.hazelcast.hibernate.region
 
AbstractGeneralRegion(HazelcastInstance, String) - Constructor for class com.hazelcast.hibernate.region.AbstractGeneralRegion
 
AbstractTransactionalDataRegion - Class in com.hazelcast.hibernate.region
 
AbstractTransactionalDataRegion(HazelcastInstance, String, CacheDataDescription) - Constructor for class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 
AccessDelegate<T extends HazelcastRegion> - Interface in com.hazelcast.hibernate.access
 
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
 
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().

B

buildAccessStrategy(AccessType) - Method in class com.hazelcast.hibernate.collection.HazelcastCollectionRegion
 
buildAccessStrategy(AccessType) - Method in class com.hazelcast.hibernate.entity.HazelcastEntityRegion
 
buildCache(String, Properties) - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
We ignore the Properties passed in here in favor of the hazelcast.xml file.
buildCollectionRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildEntityRegion(String, Properties, CacheDataDescription) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildQueryResultsRegion(String, Properties) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
buildTimestampsRegion(String, Properties) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 

C

CacheEnvironment - Class in com.hazelcast.hibernate
 
CacheEnvironment() - Constructor for class com.hazelcast.hibernate.CacheEnvironment
 
clear() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
com.hazelcast.hibernate - package com.hazelcast.hibernate
 
com.hazelcast.hibernate.access - package com.hazelcast.hibernate.access
 
com.hazelcast.hibernate.collection - package com.hazelcast.hibernate.collection
 
com.hazelcast.hibernate.entity - package com.hazelcast.hibernate.entity
 
com.hazelcast.hibernate.provider - package com.hazelcast.hibernate.provider
 
com.hazelcast.hibernate.query - package com.hazelcast.hibernate.query
 
com.hazelcast.hibernate.region - package com.hazelcast.hibernate.region
 
com.hazelcast.hibernate.timestamp - package com.hazelcast.hibernate.timestamp
 
CONFIG_FILE_PATH - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
CONFIG_FILE_PATH_LEGACY - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
createInstance(Properties) - Static method in class com.hazelcast.hibernate.HazelcastInstanceFactory
 

D

destroy() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 

E

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.AbstractGeneralRegion
 
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.AbstractGeneralRegion
 

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.provider.HazelcastCache
 
get(Object) - Method in class com.hazelcast.hibernate.region.AbstractGeneralRegion
 
getCache() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
getCache() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
 
getCache() - Method in interface com.hazelcast.hibernate.region.HazelcastRegion
 
getCacheDataDescription() - Method in class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 
getDefaultAccessType() - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
getElementCountInMemory() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
getElementCountOnDisk() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
Hazelcast does not support pushing elements to disk.
getHazelcastInstance() - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
getHazelcastInstance() - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
getHazelcastRegion() - Method in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 
getHazelcastRegion() - Method in interface com.hazelcast.hibernate.access.AccessDelegate
Get the wrapped cache region
getRegionName() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
getSizeInMemory() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
getTimeout() - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
Deprecated. 
getTimeout(HazelcastInstance, String) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
 
getTimeout() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 

H

HazelcastCache - Class in com.hazelcast.hibernate.provider
Implementation of (deprecated) Hibernate Cache interface for compatibility with pre-Hibernate 3.3.x code.
HazelcastCache(HazelcastInstance, String) - Constructor for class com.hazelcast.hibernate.provider.HazelcastCache
 
HazelcastCacheProvider - Class in com.hazelcast.hibernate.provider
Implementation of (deprecated) Hibernate CacheProvider interface for compatibility with pre-Hibernate 3.3.x code.
HazelcastCacheProvider() - Constructor for class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
HazelcastCacheProvider(HazelcastInstance) - Constructor for class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
HazelcastCacheRegionFactory - Class in com.hazelcast.hibernate
 
HazelcastCacheRegionFactory() - Constructor for class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
HazelcastCacheRegionFactory(Properties) - Constructor for class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
HazelcastCacheRegionFactory(HazelcastInstance) - Constructor for class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
HazelcastCollectionRegion - Class in com.hazelcast.hibernate.collection
 
HazelcastCollectionRegion(HazelcastInstance, String, CacheDataDescription) - Constructor for class com.hazelcast.hibernate.collection.HazelcastCollectionRegion
 
HazelcastEntityRegion - Class in com.hazelcast.hibernate.entity
 
HazelcastEntityRegion(HazelcastInstance, String, CacheDataDescription) - Constructor for class com.hazelcast.hibernate.entity.HazelcastEntityRegion
 
HazelcastInstanceFactory - Class in com.hazelcast.hibernate
 
HazelcastInstanceFactory() - Constructor for class com.hazelcast.hibernate.HazelcastInstanceFactory
 
HazelcastQueryResultsRegion - Class in com.hazelcast.hibernate.query
 
HazelcastQueryResultsRegion(HazelcastInstance, String) - Constructor for class com.hazelcast.hibernate.query.HazelcastQueryResultsRegion
 
HazelcastRegion - Interface in com.hazelcast.hibernate.region
 
HazelcastTimestamper - Class in com.hazelcast.hibernate
 
HazelcastTimestamper() - Constructor for class com.hazelcast.hibernate.HazelcastTimestamper
 
HazelcastTimestampsRegion - Class in com.hazelcast.hibernate.timestamp
 
HazelcastTimestampsRegion(HazelcastInstance, String) - Constructor for class com.hazelcast.hibernate.timestamp.HazelcastTimestampsRegion
 

I

IHazelcastInstanceLoader - Interface in com.hazelcast.hibernate
 
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().
isMinimalPutsEnabledByDefault() - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
isTransactionAware() - Method in class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion
 

L

loadInstance(Properties) - Method in interface com.hazelcast.hibernate.IHazelcastInstanceLoader
 
lock(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
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
 
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
 
LOG - Variable in class com.hazelcast.hibernate.access.AbstractAccessDelegate
 

N

NATIVE_CLIENT_GROUP - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
NATIVE_CLIENT_HOSTS - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
NATIVE_CLIENT_PASSWORD - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
nextTimestamp() - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
nextTimestamp(HazelcastInstance) - Static method in class com.hazelcast.hibernate.HazelcastTimestamper
 
nextTimestamp() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
nextTimestamp() - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
NonStrictReadWriteAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
Makes no guarantee of consistency between the cache and the database.
NonStrictReadWriteAccessDelegate(T) - Constructor for class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate
 

P

put(Object, Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
put(Object, Object) - Method in class com.hazelcast.hibernate.region.AbstractGeneralRegion
 
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
 

R

read(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
ReadOnlyAccessDelegate<T extends HazelcastRegion> - Class in com.hazelcast.hibernate.access
 
ReadOnlyAccessDelegate(T) - 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) - Constructor for class com.hazelcast.hibernate.access.ReadWriteAccessDelegate
 
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.access.NonStrictReadWriteAccessDelegate
 
remove(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
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

S

start(Settings, Properties) - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
start(Properties) - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
 
stop() - Method in class com.hazelcast.hibernate.HazelcastCacheRegionFactory
 
stop() - Method in class com.hazelcast.hibernate.provider.HazelcastCacheProvider
Calls Hazelcast.shutdown().

T

toMap() - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 

U

unlock(Object) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
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
 
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
 
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) - Method in class com.hazelcast.hibernate.provider.HazelcastCache
 
USE_NATIVE_CLIENT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 
USE_SUPER_CLIENT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
 

A B C D E G H I L N P R S T U

Copyright © 2011 Hazel Bilisim Ltd.. All Rights Reserved.