Uses of Interface
org.jooq.TransactionListener
Packages that use TransactionListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of TransactionListener in org.jooq
Methods in org.jooq that return TransactionListenerModifier and TypeMethodDescription@NotNull TransactionListenerTransactionListenerProvider.provide()Provide anTransactionListenerinstance.Methods in org.jooq with parameters of type TransactionListenerModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(TransactionListener... newTransactionListeners) Create a derived configuration from this one, with new transaction listeners.@NotNull ConfigurationConfiguration.deriveAppending(TransactionListener... newTransactionListeners) Create a derived configuration from this one, with appended transaction listeners.@NotNull ConfigurationConfiguration.set(TransactionListener... newTransactionListeners) Change this configuration to hold new transaction listeners.@NotNull ConfigurationConfiguration.setAppending(TransactionListener... newTransactionListeners) Change this configuration by appending new transaction listeners. -
Uses of TransactionListener in org.jooq.impl
Classes in org.jooq.impl that implement TransactionListenerModifier and TypeClassDescriptionfinal classATransactionListenerthat allows for functional composition.classDeprecated.- 3.17.0 - [#13542] - This class is no longer needed.Methods in org.jooq.impl that return TransactionListenerModifier and TypeMethodDescriptionfinal TransactionListenerDefaultTransactionListenerProvider.provide()Methods in org.jooq.impl with parameters of type TransactionListenerModifier and TypeMethodDescriptionfinal ConfigurationAbstractConfiguration.derive(TransactionListener... newTransactionListeners) final ConfigurationAbstractConfiguration.deriveAppending(TransactionListener... newTransactionListeners) static TransactionListenerProvider[]DefaultTransactionListenerProvider.providers(TransactionListener... listeners) Convenience method to construct an array ofDefaultTransactionListenerProviderfrom an array ofTransactionListenerinstances.final ConfigurationAbstractConfiguration.set(TransactionListener... newTransactionListeners) final ConfigurationAbstractConfiguration.setAppending(TransactionListener... newTransactionListeners) final voidDefaultConfiguration.setTransactionListener(TransactionListener... newTransactionListeners) Constructors in org.jooq.impl with parameters of type TransactionListenerModifierConstructorDescriptionCreate a new provider instance from an argument listener.