Interface SessionCreationOptions

    • Method Detail

      • shouldAutoJoinTransactions

        boolean shouldAutoJoinTransactions()
      • getInitialSessionFlushMode

        FlushMode getInitialSessionFlushMode()
      • isSubselectFetchEnabled

        boolean isSubselectFetchEnabled()
      • getDefaultBatchFetchSize

        int getDefaultBatchFetchSize()
      • shouldAutoClose

        boolean shouldAutoClose()
      • shouldAutoClear

        boolean shouldAutoClear()
      • getTenantIdentifier

        String getTenantIdentifier()
      • getJdbcTimeZone

        TimeZone getJdbcTimeZone()
      • getCustomSessionEventListener

        List<SessionEventListener> getCustomSessionEventListener()
        Returns:
        the full list of SessionEventListener if this was customized, or null if this Session is being created with the default list.