| Package | Description |
|---|---|
| com.hazelcast.hibernate |
Contains interfaces/classes related to Hibernate.
|
| com.hazelcast.hibernate.distributed |
Provides distributed class for Hibernate.
|
| com.hazelcast.hibernate.local |
Provides local classes for Hibernate.
|
| Modifier and Type | Method and Description |
|---|---|
protected RegionCache |
HazelcastLocalCacheRegionFactory.createRegionCache(String unqualifiedRegionName,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.cache.cfg.spi.DomainDataRegionConfig regionConfig) |
protected abstract RegionCache |
AbstractHazelcastCacheRegionFactory.createRegionCache(String unqualifiedRegionName,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.cache.cfg.spi.DomainDataRegionConfig regionConfig) |
protected RegionCache |
HazelcastCacheRegionFactory.createRegionCache(String unqualifiedRegionName,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.cache.cfg.spi.DomainDataRegionConfig regionConfig) |
protected RegionCache |
HazelcastLocalCacheRegionFactory.createTimestampsRegionCache(String unqualifiedRegionName,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) |
protected abstract RegionCache |
AbstractHazelcastCacheRegionFactory.createTimestampsRegionCache(String regionName,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) |
protected RegionCache |
HazelcastCacheRegionFactory.createTimestampsRegionCache(String unqualifiedRegionName,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
IMapRegionCache
A
RegionCache implementation based on the underlying IMap
Note, IMap locks are intentionally not used in this class. |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalRegionCache
Local only
RegionCache implementation based on a topic to distribute cache updates. |
class |
TimestampsRegionCache
A timestamp based local RegionCache
|
Copyright © 2019. All Rights Reserved.