public class

SettingsFactory

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.cfg.SettingsFactory

Class Overview

Reads configuration properties and builds a Settings instance.

Summary

Fields
public static final String DEF_CACHE_REG_FACTORY
Protected Constructors
SettingsFactory()
Public Methods
Settings buildSettings(Properties props)
static RegionFactory createRegionFactory(Properties properties, boolean cachingEnabled)
Protected Methods
BytecodeProvider buildBytecodeProvider(String providerName)
BatcherFactory createBatcherFactory(Properties properties, int batchSize)
ConnectionProvider createConnectionProvider(Properties properties)
QueryCacheFactory createQueryCacheFactory(Properties properties)
QueryTranslatorFactory createQueryTranslatorFactory(Properties properties)
TransactionFactory createTransactionFactory(Properties properties)
TransactionManagerLookup createTransactionManagerLookup(Properties properties)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final String DEF_CACHE_REG_FACTORY

Protected Constructors

protected SettingsFactory ()

Public Methods

public Settings buildSettings (Properties props)

public static RegionFactory createRegionFactory (Properties properties, boolean cachingEnabled)

Protected Methods

protected BytecodeProvider buildBytecodeProvider (String providerName)

protected BatcherFactory createBatcherFactory (Properties properties, int batchSize)

protected ConnectionProvider createConnectionProvider (Properties properties)

protected QueryCacheFactory createQueryCacheFactory (Properties properties)

protected QueryTranslatorFactory createQueryTranslatorFactory (Properties properties)

protected TransactionFactory createTransactionFactory (Properties properties)

protected TransactionManagerLookup createTransactionManagerLookup (Properties properties)