Interface TxSynchronizable

    • Method Detail

      • committed

        void committed​(TransactionContext tx)
        Called at the end of a transaction after commit.
      • rolledback

        void rolledback​(TransactionContext tx)
        Called at the end of a transaction after rollback.