org.hibernate.cfg
Class SettingsFactory
java.lang.Object
   org.hibernate.cfg.SettingsFactory
org.hibernate.cfg.SettingsFactory
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- InjectionSettingsFactory
- public class SettingsFactory 
- extends Object- implements Serializable
Reads configuration properties and builds a Settings instance.
- Author:
- Gavin King
- 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
protected SettingsFactory()
buildSettings
public Settings buildSettings(Properties props)
- 
 
- 
 
buildBytecodeProvider
protected BytecodeProvider buildBytecodeProvider(String providerName)
- 
 
- 
 
createQueryCacheFactory
protected QueryCacheFactory createQueryCacheFactory(Properties properties)
- 
 
- 
 
createRegionFactory
public static RegionFactory createRegionFactory(Properties properties,
                                                boolean cachingEnabled)
- 
 
- 
 
createQueryTranslatorFactory
protected QueryTranslatorFactory createQueryTranslatorFactory(Properties properties)
- 
 
- 
 
createBatcherFactory
protected BatcherFactory createBatcherFactory(Properties properties,
                                              int batchSize)
- 
 
- 
 
createConnectionProvider
protected ConnectionProvider createConnectionProvider(Properties properties)
- 
 
- 
 
createTransactionFactory
protected TransactionFactory createTransactionFactory(Properties properties)
- 
 
- 
 
createTransactionManagerLookup
protected TransactionManagerLookup createTransactionManagerLookup(Properties properties)
- 
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.