org.hibernate.cfg
public final class Settings extends java.lang.Object
public java.lang.String getImportFiles()
public void setImportFiles(java.lang.String importFiles)
public SQLStatementLogger getSqlStatementLogger()
public java.lang.String getDefaultSchemaName()
public java.lang.String getDefaultCatalogName()
public Dialect getDialect()
public int getJdbcBatchSize()
public int getDefaultBatchFetchSize()
public java.util.Map getQuerySubstitutions()
public boolean isIdentifierRollbackEnabled()
public boolean isScrollableResultSetsEnabled()
public boolean isGetGeneratedKeysEnabled()
public boolean isMinimalPutsEnabled()
public java.lang.Integer getJdbcFetchSize()
public ConnectionProvider getConnectionProvider()
public TransactionFactory getTransactionFactory()
public java.lang.String getSessionFactoryName()
public boolean isAutoCreateSchema()
public boolean isAutoDropSchema()
public boolean isAutoUpdateSchema()
public java.lang.Integer getMaximumFetchDepth()
public RegionFactory getRegionFactory()
public TransactionManagerLookup getTransactionManagerLookup()
public boolean isQueryCacheEnabled()
public boolean isCommentsEnabled()
public boolean isSecondLevelCacheEnabled()
public java.lang.String getCacheRegionPrefix()
public QueryCacheFactory getQueryCacheFactory()
public boolean isStatisticsEnabled()
public boolean isJdbcBatchVersionedData()
public boolean isFlushBeforeCompletionEnabled()
public BatcherFactory getBatcherFactory()
public boolean isAutoCloseSessionEnabled()
public ConnectionReleaseMode getConnectionReleaseMode()
public QueryTranslatorFactory getQueryTranslatorFactory()
public SQLExceptionConverter getSQLExceptionConverter()
public boolean isWrapResultSetsEnabled()
public boolean isOrderUpdatesEnabled()
public boolean isOrderInsertsEnabled()
public boolean isStructuredCacheEntriesEnabled()
public EntityMode getDefaultEntityMode()
public boolean isAutoValidateSchema()
public boolean isDataDefinitionImplicitCommit()
public boolean isDataDefinitionInTransactionSupported()
public boolean isStrictJPAQLCompliance()
public boolean isNamedQueryStartupCheckingEnabled()
public EntityTuplizerFactory getEntityTuplizerFactory()
public JdbcSupport getJdbcSupport()
public boolean isCheckNullability()
public void setCheckNullability(boolean checkNullability)
Copyright © 2014. All Rights Reserved.