See: Description
| Interface | Description | 
|---|---|
| HazelcastRegion<Cache extends RegionCache> | Hazelcast specific interface version of Hibernate's Region | 
| Class | Description | 
|---|---|
| AbstractTransactionalDataRegion<Cache extends RegionCache> | Abstract base class of all regions | 
| CollectionRegionAccessStrategyAdapter | Simple adapter implementation for transactional / concurrent access control on collections | 
| EntityRegionAccessStrategyAdapter | Simple adapter implementation for transactional / concurrent access control on entities | 
| HazelcastCollectionRegion<Cache extends RegionCache> | An collection region implementation based upon Hazelcast IMap with basic concurrency / transactional support
 by supplying CollectionRegionAccessStrategy | 
| HazelcastEntityRegion<Cache extends RegionCache> | An entity region implementation based upon Hazelcast IMap with basic concurrency / transactional support
 by supplying EntityRegionAccessStrategy | 
| HazelcastNaturalIdRegion | Hazelcast based implementation used to store NaturalIds | 
| HazelcastQueryResultsRegion | Hazelcast based implementation of a storage region for query results | 
| HazelcastTimestampsRegion<Cache extends RegionCache> | Hazelcast based timestamp using region implementation | 
| NaturalIdRegionAccessStrategyAdapter | Simple adapter implementation for transactional / concurrent access control on natural ids | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.