类 Settings
- java.lang.Object
-
- org.hibernate.cfg.Settings
-
@Deprecated public final class Settings extends Object
已过时。UseSessionFactoryOptionsinstead.Settings that affect the behaviour of Hibernate at runtime.- 作者:
- Gavin King, Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 Settings(SessionFactoryOptions sessionFactoryOptions)已过时。Settings(SessionFactoryOptions sessionFactoryOptions, String defaultCatalogName, String defaultSchemaName)已过时。Settings(SessionFactoryOptions sessionFactoryOptions, Metadata metadata)已过时。
-
方法概要
-
-
-
构造器详细资料
-
Settings
public Settings(SessionFactoryOptions sessionFactoryOptions)
已过时。
-
Settings
public Settings(SessionFactoryOptions sessionFactoryOptions, Metadata metadata)
已过时。
-
Settings
public Settings(SessionFactoryOptions sessionFactoryOptions, String defaultCatalogName, String defaultSchemaName)
已过时。
-
-
方法详细资料
-
getDefaultSchemaName
public String getDefaultSchemaName()
已过时。
-
getDefaultCatalogName
public String getDefaultCatalogName()
已过时。
-
getSessionFactoryName
public String getSessionFactoryName()
已过时。
-
isSessionFactoryNameAlsoJndiName
public boolean isSessionFactoryNameAlsoJndiName()
已过时。
-
isFlushBeforeCompletionEnabled
public boolean isFlushBeforeCompletionEnabled()
已过时。
-
isAutoCloseSessionEnabled
public boolean isAutoCloseSessionEnabled()
已过时。
-
isStatisticsEnabled
public boolean isStatisticsEnabled()
已过时。
-
getBaselineSessionEventsListenerBuilder
public BaselineSessionEventsListenerBuilder getBaselineSessionEventsListenerBuilder()
已过时。
-
isIdentifierRollbackEnabled
public boolean isIdentifierRollbackEnabled()
已过时。
-
getDefaultEntityMode
public EntityMode getDefaultEntityMode()
已过时。
-
getEntityTuplizerFactory
public EntityTuplizerFactory getEntityTuplizerFactory()
已过时。
-
isCheckNullability
public boolean isCheckNullability()
已过时。
-
isInitializeLazyStateOutsideTransactionsEnabled
public boolean isInitializeLazyStateOutsideTransactionsEnabled()
已过时。
-
getMultiTableBulkIdStrategy
public MultiTableBulkIdStrategy getMultiTableBulkIdStrategy()
已过时。
-
getBatchFetchStyle
public BatchFetchStyle getBatchFetchStyle()
已过时。
-
getDefaultBatchFetchSize
public int getDefaultBatchFetchSize()
已过时。
-
getMaximumFetchDepth
public Integer getMaximumFetchDepth()
已过时。
-
getDefaultNullPrecedence
public NullPrecedence getDefaultNullPrecedence()
已过时。
-
isOrderUpdatesEnabled
public boolean isOrderUpdatesEnabled()
已过时。
-
isOrderInsertsEnabled
public boolean isOrderInsertsEnabled()
已过时。
-
getMultiTenancyStrategy
public MultiTenancyStrategy getMultiTenancyStrategy()
已过时。
-
isJtaTrackByThread
public boolean isJtaTrackByThread()
已过时。
-
isStrictJPAQLCompliance
public boolean isStrictJPAQLCompliance()
已过时。
-
getQuerySubstitutions
public Map getQuerySubstitutions()
已过时。
-
isNamedQueryStartupCheckingEnabled
public boolean isNamedQueryStartupCheckingEnabled()
已过时。
-
isSecondLevelCacheEnabled
public boolean isSecondLevelCacheEnabled()
已过时。
-
isQueryCacheEnabled
public boolean isQueryCacheEnabled()
已过时。
-
getTimestampsCacheFactory
public TimestampsCacheFactory getTimestampsCacheFactory()
已过时。
-
getCacheRegionPrefix
public String getCacheRegionPrefix()
已过时。
-
isMinimalPutsEnabled
public boolean isMinimalPutsEnabled()
已过时。
-
isStructuredCacheEntriesEnabled
public boolean isStructuredCacheEntriesEnabled()
已过时。
-
isDirectReferenceCacheEntriesEnabled
public boolean isDirectReferenceCacheEntriesEnabled()
已过时。
-
isAutoEvictCollectionCache
public boolean isAutoEvictCollectionCache()
已过时。
-
isAutoCreateSchema
public boolean isAutoCreateSchema()
已过时。
-
isAutoDropSchema
public boolean isAutoDropSchema()
已过时。
-
isAutoUpdateSchema
public boolean isAutoUpdateSchema()
已过时。
-
isAutoValidateSchema
public boolean isAutoValidateSchema()
已过时。
-
getJdbcBatchSize
public int getJdbcBatchSize()
已过时。
-
isJdbcBatchVersionedData
public boolean isJdbcBatchVersionedData()
已过时。
-
getJdbcFetchSize
public Integer getJdbcFetchSize()
已过时。
-
isScrollableResultSetsEnabled
public boolean isScrollableResultSetsEnabled()
已过时。
-
isWrapResultSetsEnabled
public boolean isWrapResultSetsEnabled()
已过时。
-
isGetGeneratedKeysEnabled
public boolean isGetGeneratedKeysEnabled()
已过时。
-
getConnectionReleaseMode
public ConnectionReleaseMode getConnectionReleaseMode()
已过时。
-
isCommentsEnabled
public boolean isCommentsEnabled()
已过时。
-
getRegionFactory
public RegionFactory getRegionFactory()
已过时。
-
getJtaPlatform
public JtaPlatform getJtaPlatform()
已过时。
-
getQueryTranslatorFactory
public QueryTranslatorFactory getQueryTranslatorFactory()
已过时。
-
setCheckNullability
public void setCheckNullability(boolean enabled)
已过时。
-
isPreferUserTransaction
public boolean isPreferUserTransaction()
已过时。
-
-