Module org.jooq
Package org.jooq.impl

Class DefaultTransactionListener

  • All Implemented Interfaces:
    TransactionListener

    public class DefaultTransactionListener
    extends Object
    implements TransactionListener
    A publicly available default implementation of TransactionListener.

    Use this to stay compatible with future API changes (i.e. added methods to TransactionListener)

    Author:
    Lukas Eder