com.hazelcast.hibernate
Class HazelcastLocalCacheRegionFactory
java.lang.Object
com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory
- All Implemented Interfaces:
- org.hibernate.cache.RegionFactory
public class HazelcastLocalCacheRegionFactory
- extends AbstractHazelcastCacheRegionFactory
- implements org.hibernate.cache.RegionFactory
Simple RegionFactory implementation to return Hazelcast based local Region implementations
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.hibernate.cache.RegionFactory |
buildQueryResultsRegion, getDefaultAccessType, isMinimalPutsEnabledByDefault, nextTimestamp, start, stop |
HazelcastLocalCacheRegionFactory
public HazelcastLocalCacheRegionFactory()
HazelcastLocalCacheRegionFactory
public HazelcastLocalCacheRegionFactory(HazelcastInstance instance)
HazelcastLocalCacheRegionFactory
public HazelcastLocalCacheRegionFactory(Properties properties)
buildCollectionRegion
public org.hibernate.cache.CollectionRegion buildCollectionRegion(String regionName,
Properties properties,
org.hibernate.cache.CacheDataDescription metadata)
throws org.hibernate.cache.CacheException
- Specified by:
buildCollectionRegion in interface org.hibernate.cache.RegionFactory
- Throws:
org.hibernate.cache.CacheException
buildEntityRegion
public org.hibernate.cache.EntityRegion buildEntityRegion(String regionName,
Properties properties,
org.hibernate.cache.CacheDataDescription metadata)
throws org.hibernate.cache.CacheException
- Specified by:
buildEntityRegion in interface org.hibernate.cache.RegionFactory
- Throws:
org.hibernate.cache.CacheException
buildTimestampsRegion
public org.hibernate.cache.TimestampsRegion buildTimestampsRegion(String regionName,
Properties properties)
throws org.hibernate.cache.CacheException
- Specified by:
buildTimestampsRegion in interface org.hibernate.cache.RegionFactory
- Throws:
org.hibernate.cache.CacheException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.