Uses of Interface
org.jooq.TransactionListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of TransactionListener in org.jooq
Modifier and TypeMethodDescription@NotNull TransactionListener
TransactionListenerProvider.provide()
Provide anTransactionListener
instance.Modifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(TransactionListener... newTransactionListeners) Create a derived configuration from this one, with new transaction listeners.@NotNull Configuration
Configuration.deriveAppending
(TransactionListener... newTransactionListeners) Create a derived configuration from this one, with appended transaction listeners.@NotNull Configuration
Configuration.set
(TransactionListener... newTransactionListeners) Change this configuration to hold new transaction listeners.@NotNull Configuration
Configuration.setAppending
(TransactionListener... newTransactionListeners) Change this configuration by appending new transaction listeners. -
Uses of TransactionListener in org.jooq.impl
Modifier and TypeClassDescriptionfinal class
ATransactionListener
that allows for functional composition.class
Deprecated.- 3.17.0 - [#13542] - This class is no longer needed.Modifier and TypeMethodDescriptionfinal TransactionListener
DefaultTransactionListenerProvider.provide()
Modifier and TypeMethodDescriptionfinal Configuration
AbstractConfiguration.derive
(TransactionListener... newTransactionListeners) final Configuration
AbstractConfiguration.deriveAppending
(TransactionListener... newTransactionListeners) static TransactionListenerProvider[]
DefaultTransactionListenerProvider.providers
(TransactionListener... listeners) Convenience method to construct an array ofDefaultTransactionListenerProvider
from an array ofTransactionListener
instances.final Configuration
AbstractConfiguration.set
(TransactionListener... newTransactionListeners) final Configuration
AbstractConfiguration.setAppending
(TransactionListener... newTransactionListeners) final void
DefaultConfiguration.setTransactionListener
(TransactionListener... newTransactionListeners) ModifierConstructorDescriptionCreate a new provider instance from an argument listener.