Interface TrxEventListener


  • public interface TrxEventListener
    Author:
    hengsin
    • Method Detail

      • afterCommit

        void afterCommit​(Trx trx,
                         boolean success)
      • afterRollback

        void afterRollback​(Trx trx,
                           boolean success)
      • afterClose

        void afterClose​(Trx trx)