| 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  | IMapRegionCacheA  RegionCacheimplementation based on the underlying IMap | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LocalRegionCacheLocal only  RegionCacheimplementation
 based on a topic to distribute cache updates. | 
| class  | TimestampsRegionCacheA 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 © 2015 Hazelcast, Inc.. All Rights Reserved.