java.lang.Object
org.jooq.impl.DefaultTransactionListener
- All Implemented Interfaces:
TransactionListener
Deprecated.
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 Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jooq.TransactionListener
beginEnd, beginStart, commitEnd, commitStart, rollbackEnd, rollbackStart
-
Constructor Details
-
DefaultTransactionListener
public DefaultTransactionListener()Deprecated.
-
TransactionListener
SPI directly, instead.