Module org.jooq
Package org.jooq.impl

Class DefaultTransactionListenerProvider

java.lang.Object
org.jooq.impl.DefaultTransactionListenerProvider
All Implemented Interfaces:
Serializable, TransactionListenerProvider

public class DefaultTransactionListenerProvider extends Object implements TransactionListenerProvider, Serializable
A default implementation for TransactionListenerProvider.

This implementation just wraps an instance of TransactionListener, always providing the same.

Author:
Lukas Eder
See Also: