SessionFactoryOptions
instead.@Deprecated public final class Settings extends Object
Constructor and Description |
---|
Settings(SessionFactoryOptions sessionFactoryOptions)
Deprecated.
|
Settings(SessionFactoryOptions sessionFactoryOptions,
Metadata metadata)
Deprecated.
|
Settings(SessionFactoryOptions sessionFactoryOptions,
String defaultCatalogName,
String defaultSchemaName)
Deprecated.
|
public Settings(SessionFactoryOptions sessionFactoryOptions)
public Settings(SessionFactoryOptions sessionFactoryOptions, Metadata metadata)
public Settings(SessionFactoryOptions sessionFactoryOptions, String defaultCatalogName, String defaultSchemaName)
public String getDefaultSchemaName()
public String getDefaultCatalogName()
public 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 Integer getMaximumFetchDepth()
public NullPrecedence getDefaultNullPrecedence()
public boolean isOrderUpdatesEnabled()
public boolean isOrderInsertsEnabled()
public MultiTenancyStrategy getMultiTenancyStrategy()
public boolean isJtaTrackByThread()
public Map getQuerySubstitutions()
public boolean isStrictJPAQLCompliance()
public boolean isNamedQueryStartupCheckingEnabled()
public boolean isSecondLevelCacheEnabled()
public boolean isQueryCacheEnabled()
public QueryCacheFactory getQueryCacheFactory()
public 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 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 © 2017 JBoss by Red Hat. All rights reserved.