Uses of Class
org.jooq.impl.CallbackTransactionListener
Packages that use CallbackTransactionListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of CallbackTransactionListener in org.jooq
Methods in org.jooq that return CallbackTransactionListenerModifier and TypeMethodDescriptionstatic CallbackTransactionListenerTransactionListener.onBeginEnd(Consumer<? super TransactionContext> onBeginEnd) Create aTransactionListenerwith aTransactionListener.onBeginEnd(Consumer)implementation.static CallbackTransactionListenerTransactionListener.onBeginStart(Consumer<? super TransactionContext> onBeginStart) Create aTransactionListenerwith aTransactionListener.onBeginStart(Consumer)implementation.static CallbackTransactionListenerTransactionListener.onCommitEnd(Consumer<? super TransactionContext> onCommitEnd) Create aTransactionListenerwith aTransactionListener.onCommitEnd(Consumer)implementation.static CallbackTransactionListenerTransactionListener.onCommitStart(Consumer<? super TransactionContext> onCommitStart) Create aTransactionListenerwith aTransactionListener.onCommitStart(Consumer)implementation.static CallbackTransactionListenerTransactionListener.onRollbackEnd(Consumer<? super TransactionContext> onRollbackEnd) Create aTransactionListenerwith aTransactionListener.onRollbackEnd(Consumer)implementation.static CallbackTransactionListenerTransactionListener.onRollbackStart(Consumer<? super TransactionContext> onRollbackStart) Create aTransactionListenerwith aTransactionListener.onRollbackStart(Consumer)implementation. -
Uses of CallbackTransactionListener in org.jooq.impl
Methods in org.jooq.impl that return CallbackTransactionListenerModifier and TypeMethodDescriptionCallbackTransactionListener.onBeginEnd(Consumer<? super TransactionContext> newOnBeginEnd) CallbackTransactionListener.onBeginStart(Consumer<? super TransactionContext> newOnBeginStart) CallbackTransactionListener.onCommitEnd(Consumer<? super TransactionContext> newOnCommitEnd) CallbackTransactionListener.onCommitStart(Consumer<? super TransactionContext> newOnCommitStart) CallbackTransactionListener.onRollbackEnd(Consumer<? super TransactionContext> newOnRollbackEnd) CallbackTransactionListener.onRollbackStart(Consumer<? super TransactionContext> newOnRollbackStart)