Class AbstractTransactionObserver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterCommit()
      Called by the observed transaction just after the commit operation.
      void afterRollback()
      Called by the observed transaction just after the rollback operation.
      boolean beforeCommit()
      Called by the observed transaction just before the commit operation.
      void beforeRollback()
      Called by the observed transaction just before the rollback operation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait