- 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.
- CLEANUP_DELAY - Static variable in class com.hazelcast.hibernate.CacheEnvironment
-
Property to configure the fixed delay in seconds between scheduled cache cleanup jobs
- cleanupService - Variable in class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
-
- CleanupService - Class in com.hazelcast.hibernate.local
-
An internal service to clean cache regions
- CleanupService(String, Duration) - 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
-
- CLUSTER_TIMEOUT - Static variable in class com.hazelcast.hibernate.CacheEnvironment
-
Property to configure the IMDG cluster connection timeout
- 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
-
- create(MapConfig) - Static method in interface com.hazelcast.hibernate.local.LocalRegionCache.EvictionConfig
-
- 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
-
- 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
-
- 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
-
- 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
-