| Package | Description | 
|---|---|
| com.hazelcast.hibernate.access | 
 Provides access interfaces/classes for Hibernate. 
 | 
| com.hazelcast.hibernate.distributed | 
 Provides distributed class for Hibernate. 
 | 
| com.hazelcast.hibernate.local | 
 Provides local classes for Hibernate. 
 | 
| com.hazelcast.hibernate.region | 
 Provides region interfaces/classes for Hibernate. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected RegionCache | 
AbstractAccessDelegate.cache  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IMapRegionCache
A  
RegionCache implementation based on the underlying IMap | 
| 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 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractTransactionalDataRegion<Cache extends RegionCache>
Abstract base class of all regions 
 | 
class  | 
HazelcastCollectionRegion<Cache extends RegionCache>
An collection region implementation based upon Hazelcast IMap with basic concurrency / transactional support
 by supplying CollectionRegionAccessStrategy 
 | 
class  | 
HazelcastEntityRegion<Cache extends RegionCache>
An entity region implementation based upon Hazelcast IMap with basic concurrency / transactional support
 by supplying EntityRegionAccessStrategy 
 | 
interface  | 
HazelcastRegion<Cache extends RegionCache>
Hazelcast specific interface version of Hibernate's Region 
 | 
class  | 
HazelcastTimestampsRegion<Cache extends RegionCache>
Hazelcast based timestamp using region implementation 
 | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.