org.hibernate.cache
Class SingletonEhCacheRegionFactory

java.lang.Object
  extended by org.hibernate.cache.DelegatingRegionFactory
      extended by org.hibernate.cache.SingletonEhCacheRegionFactory
All Implemented Interfaces:
RegionFactory

public class SingletonEhCacheRegionFactory
extends DelegatingRegionFactory

Author:
Alex Snaps

Constructor Summary
SingletonEhCacheRegionFactory(Properties properties)
           
 
Method Summary
 
Methods inherited from class org.hibernate.cache.DelegatingRegionFactory
buildCollectionRegion, buildEntityRegion, buildQueryResultsRegion, buildTimestampsRegion, getDefaultAccessType, isMinimalPutsEnabledByDefault, nextTimestamp, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonEhCacheRegionFactory

public SingletonEhCacheRegionFactory(Properties properties)


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.