Package org.hibernate

Interface SessionEventListener

    • Method Detail

      • transactionCompletion

        void transactionCompletion​(boolean successful)
      • jdbcConnectionAcquisitionStart

        void jdbcConnectionAcquisitionStart()
      • jdbcConnectionAcquisitionEnd

        void jdbcConnectionAcquisitionEnd()
      • jdbcConnectionReleaseStart

        void jdbcConnectionReleaseStart()
      • jdbcConnectionReleaseEnd

        void jdbcConnectionReleaseEnd()
      • jdbcPrepareStatementStart

        void jdbcPrepareStatementStart()
      • jdbcPrepareStatementEnd

        void jdbcPrepareStatementEnd()
      • jdbcExecuteStatementStart

        void jdbcExecuteStatementStart()
      • jdbcExecuteStatementEnd

        void jdbcExecuteStatementEnd()
      • jdbcExecuteBatchStart

        void jdbcExecuteBatchStart()
      • jdbcExecuteBatchEnd

        void jdbcExecuteBatchEnd()
      • cachePutStart

        void cachePutStart()
      • cachePutEnd

        void cachePutEnd()
      • cacheGetStart

        void cacheGetStart()
      • cacheGetEnd

        void cacheGetEnd​(boolean hit)
      • flushStart

        void flushStart()
      • flushEnd

        void flushEnd​(int numberOfEntities,
                      int numberOfCollections)
      • partialFlushStart

        void partialFlushStart()
      • partialFlushEnd

        void partialFlushEnd​(int numberOfEntities,
                             int numberOfCollections)
      • dirtyCalculationStart

        void dirtyCalculationStart()
      • dirtyCalculationEnd

        void dirtyCalculationEnd​(boolean dirty)
      • end

        void end()