Class JooqTransactionListener

java.lang.Object
com.gruelbox.transactionoutbox.JooqTransactionListener
All Implemented Interfaces:
org.jooq.TransactionListener

public class JooqTransactionListener extends Object implements org.jooq.TransactionListener
A jOOQ TransactionListener which synchronises a JooqTransactionManager.
  • Method Details

    • beginStart

      public void beginStart(org.jooq.TransactionContext ctx)
      Specified by:
      beginStart in interface org.jooq.TransactionListener
    • beginEnd

      public void beginEnd(org.jooq.TransactionContext ctx)
      Specified by:
      beginEnd in interface org.jooq.TransactionListener
    • commitStart

      public void commitStart(org.jooq.TransactionContext ctx)
      Specified by:
      commitStart in interface org.jooq.TransactionListener
    • commitEnd

      public void commitEnd(org.jooq.TransactionContext ctx)
      Specified by:
      commitEnd in interface org.jooq.TransactionListener
    • rollbackStart

      public void rollbackStart(org.jooq.TransactionContext ctx)
      Specified by:
      rollbackStart in interface org.jooq.TransactionListener
    • rollbackEnd

      public void rollbackEnd(org.jooq.TransactionContext ctx)
      Specified by:
      rollbackEnd in interface org.jooq.TransactionListener