org.hibernate.cfg
Class SettingsFactory
java.lang.Object
org.hibernate.cfg.SettingsFactory
- Serializable
public class SettingsFactory
extends java.lang.Object
implements Serializable
Reads configuration properties and configures a Settings instance.
DEF_CACHE_REG_FACTORY
public static final String DEF_CACHE_REG_FACTORY
SettingsFactory
protected SettingsFactory()
buildBytecodeProvider
protected BytecodeProvider buildBytecodeProvider(String providerName)
buildSettings
public Settings buildSettings(Properties props)
createBatcherFactory
protected BatcherFactory createBatcherFactory(Properties properties,
int batchSize)
createConnectionProvider
protected ConnectionProvider createConnectionProvider(Properties properties)
createQueryCacheFactory
protected QueryCacheFactory createQueryCacheFactory(Properties properties)
createQueryTranslatorFactory
protected QueryTranslatorFactory createQueryTranslatorFactory(Properties properties)
createRegionFactory
protected RegionFactory createRegionFactory(Properties properties,
boolean cachingEnabled)
createTransactionFactory
protected TransactionFactory createTransactionFactory(Properties properties)