Enum TransactionalEventListener.TransactionPhase

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AFTER_COMMIT
      Fire the event after the commit has completed successfully.
      AFTER_COMPLETION
      Fire the event after the transaction has completed.
      AFTER_ROLLBACK
      Fire the event if the transaction has rolled back.
      BEFORE_COMMIT
      Fire the event before transaction commit.