org.hibernate.cfg
Class SettingsFactory
java.lang.Object
org.hibernate.cfg.SettingsFactory
- All Implemented Interfaces:
- Serializable
public class SettingsFactory
- extends Object
- implements Serializable
Reads configuration properties and builds a Settings
instance.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEF_CACHE_REG_FACTORY
public static final String DEF_CACHE_REG_FACTORY
SettingsFactory
public SettingsFactory()
buildSettings
public Settings buildSettings(Properties props,
ServiceRegistry serviceRegistry)
createQueryCacheFactory
protected QueryCacheFactory createQueryCacheFactory(Properties properties,
ServiceRegistry serviceRegistry)
createRegionFactory
public static RegionFactory createRegionFactory(Properties properties,
boolean cachingEnabled)
createQueryTranslatorFactory
protected QueryTranslatorFactory createQueryTranslatorFactory(Properties properties,
ServiceRegistry serviceRegistry)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.