Class Settings


  • @Deprecated
    public final class Settings
    extends java.lang.Object
    Deprecated.
    Settings that affect the behaviour of Hibernate at runtime.
    • Constructor Detail

      • Settings

        public Settings​(SessionFactoryOptions sessionFactoryOptions,
                        java.lang.String defaultCatalogName,
                        java.lang.String defaultSchemaName)
        Deprecated.
    • Method Detail

      • getDefaultSchemaName

        public java.lang.String getDefaultSchemaName()
        Deprecated.
      • getDefaultCatalogName

        public java.lang.String getDefaultCatalogName()
        Deprecated.
      • getSessionFactoryName

        public java.lang.String getSessionFactoryName()
        Deprecated.
      • isSessionFactoryNameAlsoJndiName

        public boolean isSessionFactoryNameAlsoJndiName()
        Deprecated.
      • isFlushBeforeCompletionEnabled

        public boolean isFlushBeforeCompletionEnabled()
        Deprecated.
      • isAutoCloseSessionEnabled

        public boolean isAutoCloseSessionEnabled()
        Deprecated.
      • isStatisticsEnabled

        public boolean isStatisticsEnabled()
        Deprecated.
      • isIdentifierRollbackEnabled

        public boolean isIdentifierRollbackEnabled()
        Deprecated.
      • getDefaultEntityMode

        public EntityMode getDefaultEntityMode()
        Deprecated.
      • isCheckNullability

        public boolean isCheckNullability()
        Deprecated.
      • isInitializeLazyStateOutsideTransactionsEnabled

        public boolean isInitializeLazyStateOutsideTransactionsEnabled()
        Deprecated.
      • getBatchFetchStyle

        public BatchFetchStyle getBatchFetchStyle()
        Deprecated.
      • getDefaultBatchFetchSize

        public int getDefaultBatchFetchSize()
        Deprecated.
      • getMaximumFetchDepth

        public java.lang.Integer getMaximumFetchDepth()
        Deprecated.
      • getDefaultNullPrecedence

        public NullPrecedence getDefaultNullPrecedence()
        Deprecated.
      • isOrderUpdatesEnabled

        public boolean isOrderUpdatesEnabled()
        Deprecated.
      • isOrderInsertsEnabled

        public boolean isOrderInsertsEnabled()
        Deprecated.
      • isJtaTrackByThread

        public boolean isJtaTrackByThread()
        Deprecated.
      • isStrictJPAQLCompliance

        public boolean isStrictJPAQLCompliance()
        Deprecated.
      • getQuerySubstitutions

        public java.util.Map getQuerySubstitutions()
        Deprecated.
      • isNamedQueryStartupCheckingEnabled

        public boolean isNamedQueryStartupCheckingEnabled()
        Deprecated.
      • isSecondLevelCacheEnabled

        public boolean isSecondLevelCacheEnabled()
        Deprecated.
      • isQueryCacheEnabled

        public boolean isQueryCacheEnabled()
        Deprecated.
      • getCacheRegionPrefix

        public java.lang.String getCacheRegionPrefix()
        Deprecated.
      • isMinimalPutsEnabled

        public boolean isMinimalPutsEnabled()
        Deprecated.
      • isStructuredCacheEntriesEnabled

        public boolean isStructuredCacheEntriesEnabled()
        Deprecated.
      • isDirectReferenceCacheEntriesEnabled

        public boolean isDirectReferenceCacheEntriesEnabled()
        Deprecated.
      • isAutoEvictCollectionCache

        public boolean isAutoEvictCollectionCache()
        Deprecated.
      • isAutoCreateSchema

        public boolean isAutoCreateSchema()
        Deprecated.
      • isAutoDropSchema

        public boolean isAutoDropSchema()
        Deprecated.
      • isAutoUpdateSchema

        public boolean isAutoUpdateSchema()
        Deprecated.
      • isAutoValidateSchema

        public boolean isAutoValidateSchema()
        Deprecated.
      • getJdbcBatchSize

        public int getJdbcBatchSize()
        Deprecated.
      • isJdbcBatchVersionedData

        public boolean isJdbcBatchVersionedData()
        Deprecated.
      • getJdbcFetchSize

        public java.lang.Integer getJdbcFetchSize()
        Deprecated.
      • isScrollableResultSetsEnabled

        public boolean isScrollableResultSetsEnabled()
        Deprecated.
      • isWrapResultSetsEnabled

        public boolean isWrapResultSetsEnabled()
        Deprecated.
      • isGetGeneratedKeysEnabled

        public boolean isGetGeneratedKeysEnabled()
        Deprecated.
      • isCommentsEnabled

        public boolean isCommentsEnabled()
        Deprecated.
      • getRegionFactory

        public RegionFactory getRegionFactory()
        Deprecated.
      • getJtaPlatform

        public JtaPlatform getJtaPlatform()
        Deprecated.
      • setCheckNullability

        public void setCheckNullability​(boolean enabled)
        Deprecated.
      • isPreferUserTransaction

        public boolean isPreferUserTransaction()
        Deprecated.