SessionFactoryOptions
instead.@Deprecated
public final class Settings
extends java.lang.Object
Constructor and Description |
---|
Settings(SessionFactoryOptions sessionFactoryOptions)
Deprecated.
|
Settings(SessionFactoryOptions sessionFactoryOptions,
Metadata metadata)
Deprecated.
|
Settings(SessionFactoryOptions sessionFactoryOptions,
java.lang.String defaultCatalogName,
java.lang.String defaultSchemaName)
Deprecated.
|
public Settings(SessionFactoryOptions sessionFactoryOptions)
public Settings(SessionFactoryOptions sessionFactoryOptions, Metadata metadata)
public Settings(SessionFactoryOptions sessionFactoryOptions, java.lang.String defaultCatalogName, java.lang.String defaultSchemaName)
public java.lang.String getDefaultSchemaName()
public java.lang.String getDefaultCatalogName()
public java.lang.String getSessionFactoryName()
public boolean isSessionFactoryNameAlsoJndiName()
public boolean isFlushBeforeCompletionEnabled()
public boolean isAutoCloseSessionEnabled()
public boolean isStatisticsEnabled()
public BaselineSessionEventsListenerBuilder getBaselineSessionEventsListenerBuilder()
public boolean isIdentifierRollbackEnabled()
public EntityMode getDefaultEntityMode()
public EntityTuplizerFactory getEntityTuplizerFactory()
public boolean isCheckNullability()
public boolean isInitializeLazyStateOutsideTransactionsEnabled()
public MultiTableBulkIdStrategy getMultiTableBulkIdStrategy()
public BatchFetchStyle getBatchFetchStyle()
public int getDefaultBatchFetchSize()
public java.lang.Integer getMaximumFetchDepth()
public NullPrecedence getDefaultNullPrecedence()
public boolean isOrderUpdatesEnabled()
public boolean isOrderInsertsEnabled()
public MultiTenancyStrategy getMultiTenancyStrategy()
public boolean isJtaTrackByThread()
public java.util.Map getQuerySubstitutions()
public boolean isStrictJPAQLCompliance()
public boolean isNamedQueryStartupCheckingEnabled()
public boolean isSecondLevelCacheEnabled()
public boolean isQueryCacheEnabled()
public QueryCacheFactory getQueryCacheFactory()
public java.lang.String getCacheRegionPrefix()
public boolean isMinimalPutsEnabled()
public boolean isStructuredCacheEntriesEnabled()
public boolean isDirectReferenceCacheEntriesEnabled()
public boolean isAutoEvictCollectionCache()
public boolean isAutoCreateSchema()
public boolean isAutoDropSchema()
public boolean isAutoUpdateSchema()
public boolean isAutoValidateSchema()
public int getJdbcBatchSize()
public boolean isJdbcBatchVersionedData()
public java.lang.Integer getJdbcFetchSize()
public boolean isScrollableResultSetsEnabled()
public boolean isWrapResultSetsEnabled()
public boolean isGetGeneratedKeysEnabled()
public ConnectionReleaseMode getConnectionReleaseMode()
public boolean isCommentsEnabled()
public RegionFactory getRegionFactory()
public JtaPlatform getJtaPlatform()
public QueryTranslatorFactory getQueryTranslatorFactory()
public void setCheckNullability(boolean enabled)
public boolean isPreferUserTransaction()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.