Module org.jooq
Package org.jooq.impl

Class DefaultTransactionListener

java.lang.Object
org.jooq.impl.DefaultTransactionListener
All Implemented Interfaces:
TransactionListener

@Deprecated public class DefaultTransactionListener extends Object implements TransactionListener
Deprecated.
- 3.17.0 - [#13542] - This class is no longer needed. Implement the TransactionListener SPI directly, instead.
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
  • Constructor Details

    • DefaultTransactionListener

      public DefaultTransactionListener()
      Deprecated.