Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » cfg » [javadoc | source]
org.hibernate.cfg
public class: SettingsFactory [javadoc | source]
java.lang.Object
   org.hibernate.cfg.SettingsFactory

All Implemented Interfaces:
    Serializable

Reads configuration properties and configures a Settings instance.
Field Summary
public static final  String DEF_CACHE_REG_FACTORY     
Constructor:
 protected SettingsFactory() 
Method from org.hibernate.cfg.SettingsFactory Summary:
buildBytecodeProvider,   buildSettings,   createBatcherFactory,   createConnectionProvider,   createQueryCacheFactory,   createQueryTranslatorFactory,   createRegionFactory,   createTransactionFactory,   createTransactionManagerLookup
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.cfg.SettingsFactory Detail:
 protected BytecodeProvider buildBytecodeProvider(String providerName) 
 public Settings buildSettings(Properties props) 
 protected BatcherFactory createBatcherFactory(Properties properties,
    int batchSize) 
 protected ConnectionProvider createConnectionProvider(Properties properties) 
 protected QueryCacheFactory createQueryCacheFactory(Properties properties) 
 protected QueryTranslatorFactory createQueryTranslatorFactory(Properties properties) 
 protected RegionFactory createRegionFactory(Properties properties,
    boolean cachingEnabled) 
 protected TransactionFactory createTransactionFactory(Properties properties) 
 protected TransactionManagerLookup createTransactionManagerLookup(Properties properties)