public final class

Settings

extends Object
java.lang.Object
   ↳ org.hibernate.cfg.Settings

Class Overview

Settings that affect the behaviour of Hibernate at runtime.

Summary

Public Methods
BatcherFactory getBatcherFactory()
String getCacheRegionPrefix()
ConnectionProvider getConnectionProvider()
ConnectionReleaseMode getConnectionReleaseMode()
int getDefaultBatchFetchSize()
String getDefaultCatalogName()
EntityMode getDefaultEntityMode()
String getDefaultSchemaName()
Dialect getDialect()
EntityTuplizerFactory getEntityTuplizerFactory()
String getImportFiles()
int getJdbcBatchSize()
Integer getJdbcFetchSize()
JdbcSupport getJdbcSupport()
Integer getMaximumFetchDepth()
QueryCacheFactory getQueryCacheFactory()
Map getQuerySubstitutions()
QueryTranslatorFactory getQueryTranslatorFactory()
RegionFactory getRegionFactory()
SQLExceptionConverter getSQLExceptionConverter()
String getSessionFactoryName()
SQLStatementLogger getSqlStatementLogger()
TransactionFactory getTransactionFactory()
TransactionManagerLookup getTransactionManagerLookup()
boolean isAutoCloseSessionEnabled()
boolean isAutoCreateSchema()
boolean isAutoDropSchema()
boolean isAutoUpdateSchema()
boolean isAutoValidateSchema()
boolean isCheckNullability()
boolean isCommentsEnabled()
boolean isDataDefinitionImplicitCommit()
boolean isDataDefinitionInTransactionSupported()
boolean isFlushBeforeCompletionEnabled()
boolean isGetGeneratedKeysEnabled()
boolean isIdentifierRollbackEnabled()
boolean isJdbcBatchVersionedData()
boolean isMinimalPutsEnabled()
boolean isNamedQueryStartupCheckingEnabled()
boolean isOrderInsertsEnabled()
boolean isOrderUpdatesEnabled()
boolean isQueryCacheEnabled()
boolean isScrollableResultSetsEnabled()
boolean isSecondLevelCacheEnabled()
boolean isStatisticsEnabled()
boolean isStrictJPAQLCompliance()
boolean isStructuredCacheEntriesEnabled()
boolean isWrapResultSetsEnabled()
void setCheckNullability(boolean checkNullability)
void setImportFiles(String importFiles)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public BatcherFactory getBatcherFactory ()

public String getCacheRegionPrefix ()

public ConnectionProvider getConnectionProvider ()

public ConnectionReleaseMode getConnectionReleaseMode ()

public int getDefaultBatchFetchSize ()

public String getDefaultCatalogName ()

public EntityMode getDefaultEntityMode ()

public String getDefaultSchemaName ()

public Dialect getDialect ()

public EntityTuplizerFactory getEntityTuplizerFactory ()

public String getImportFiles ()

public int getJdbcBatchSize ()

public Integer getJdbcFetchSize ()

public JdbcSupport getJdbcSupport ()

public Integer getMaximumFetchDepth ()

public QueryCacheFactory getQueryCacheFactory ()

public Map getQuerySubstitutions ()

public QueryTranslatorFactory getQueryTranslatorFactory ()

public RegionFactory getRegionFactory ()

public SQLExceptionConverter getSQLExceptionConverter ()

public String getSessionFactoryName ()

public SQLStatementLogger getSqlStatementLogger ()

public TransactionFactory getTransactionFactory ()

public TransactionManagerLookup getTransactionManagerLookup ()

public boolean isAutoCloseSessionEnabled ()

public boolean isAutoCreateSchema ()

public boolean isAutoDropSchema ()

public boolean isAutoUpdateSchema ()

public boolean isAutoValidateSchema ()

public boolean isCheckNullability ()

public boolean isCommentsEnabled ()

public boolean isDataDefinitionImplicitCommit ()

public boolean isDataDefinitionInTransactionSupported ()

public boolean isFlushBeforeCompletionEnabled ()

public boolean isGetGeneratedKeysEnabled ()

public boolean isIdentifierRollbackEnabled ()

public boolean isJdbcBatchVersionedData ()

public boolean isMinimalPutsEnabled ()

public boolean isNamedQueryStartupCheckingEnabled ()

public boolean isOrderInsertsEnabled ()

public boolean isOrderUpdatesEnabled ()

public boolean isQueryCacheEnabled ()

public boolean isScrollableResultSetsEnabled ()

public boolean isSecondLevelCacheEnabled ()

public boolean isStatisticsEnabled ()

public boolean isStrictJPAQLCompliance ()

public boolean isStructuredCacheEntriesEnabled ()

public boolean isWrapResultSetsEnabled ()

public void setCheckNullability (boolean checkNullability)

public void setImportFiles (String importFiles)