类 Settings


  • @Deprecated
    public final class Settings
    extends Object
    已过时。
    Settings that affect the behaviour of Hibernate at runtime.
    作者:
    Gavin King, Steve Ebersole
    • 方法详细资料

      • 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()
        已过时。
      • isIdentifierRollbackEnabled

        public boolean isIdentifierRollbackEnabled()
        已过时。
      • getDefaultEntityMode

        public EntityMode getDefaultEntityMode()
        已过时。
      • isCheckNullability

        public boolean isCheckNullability()
        已过时。
      • isInitializeLazyStateOutsideTransactionsEnabled

        public boolean isInitializeLazyStateOutsideTransactionsEnabled()
        已过时。
      • getBatchFetchStyle

        public BatchFetchStyle getBatchFetchStyle()
        已过时。
      • getDefaultBatchFetchSize

        public int getDefaultBatchFetchSize()
        已过时。
      • getMaximumFetchDepth

        public Integer getMaximumFetchDepth()
        已过时。
      • getDefaultNullPrecedence

        public NullPrecedence getDefaultNullPrecedence()
        已过时。
      • isOrderUpdatesEnabled

        public boolean isOrderUpdatesEnabled()
        已过时。
      • isOrderInsertsEnabled

        public boolean isOrderInsertsEnabled()
        已过时。
      • isJtaTrackByThread

        public boolean isJtaTrackByThread()
        已过时。
      • isStrictJPAQLCompliance

        public boolean isStrictJPAQLCompliance()
        已过时。
      • getQuerySubstitutions

        public Map getQuerySubstitutions()
        已过时。
      • isNamedQueryStartupCheckingEnabled

        public boolean isNamedQueryStartupCheckingEnabled()
        已过时。
      • isSecondLevelCacheEnabled

        public boolean isSecondLevelCacheEnabled()
        已过时。
      • isQueryCacheEnabled

        public boolean isQueryCacheEnabled()
        已过时。
      • 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()
        已过时。
      • isCommentsEnabled

        public boolean isCommentsEnabled()
        已过时。
      • getRegionFactory

        public RegionFactory getRegionFactory()
        已过时。
      • getJtaPlatform

        public JtaPlatform getJtaPlatform()
        已过时。
      • setCheckNullability

        public void setCheckNullability​(boolean enabled)
        已过时。
      • isPreferUserTransaction

        public boolean isPreferUserTransaction()
        已过时。