com.hazelcast.hibernate
Class HazelcastCacheRegionFactory

java.lang.Object
  extended by com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
      extended by com.hazelcast.hibernate.HazelcastCacheRegionFactory
All Implemented Interfaces:
org.hibernate.cache.RegionFactory

public class HazelcastCacheRegionFactory
extends AbstractHazelcastCacheRegionFactory
implements org.hibernate.cache.RegionFactory


Field Summary
 
Fields inherited from class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
instance
 
Constructor Summary
HazelcastCacheRegionFactory()
           
HazelcastCacheRegionFactory(HazelcastInstance instance)
           
HazelcastCacheRegionFactory(Properties properties)
           
 
Method Summary
 org.hibernate.cache.CollectionRegion buildCollectionRegion(String regionName, Properties properties, org.hibernate.cache.CacheDataDescription metadata)
           
 org.hibernate.cache.EntityRegion buildEntityRegion(String regionName, Properties properties, org.hibernate.cache.CacheDataDescription metadata)
           
 org.hibernate.cache.TimestampsRegion buildTimestampsRegion(String regionName, Properties properties)
           
 
Methods inherited from class com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory
buildQueryResultsRegion, getDefaultAccessType, getHazelcastInstance, isMinimalPutsEnabledByDefault, nextTimestamp, start, stop
 
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
 

Constructor Detail

HazelcastCacheRegionFactory

public HazelcastCacheRegionFactory()

HazelcastCacheRegionFactory

public HazelcastCacheRegionFactory(HazelcastInstance instance)

HazelcastCacheRegionFactory

public HazelcastCacheRegionFactory(Properties properties)
Method Detail

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 © 2013 Hazelcast, Inc.. All Rights Reserved.