Uses of Interface
org.jooq.ExecuteListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains jOOQ's public utilities.
-
Uses of ExecuteListener in org.jooq
Modifier and TypeMethodDescription@NotNull ExecuteListener
ExecuteListenerProvider.provide()
Provide anExecuteListener
instance.Modifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(ExecuteListener... newExecuteListeners) Create a derived configuration from this one, with new execute listeners.@NotNull Configuration
Configuration.deriveAppending
(ExecuteListener... newExecuteListeners) Create a derived configuration from this one, with appended execute listeners.@NotNull Configuration
Configuration.set
(ExecuteListener... newExecuteListeners) Change this configuration to hold new execute listeners.@NotNull Configuration
Configuration.setAppending
(ExecuteListener... newExecuteListeners) Change this configuration by appending new execute listeners. -
Uses of ExecuteListener in org.jooq.impl
Modifier and TypeClassDescriptionfinal class
AnExecuteListener
that allows for functional composition.class
Deprecated.- 3.17.0 - [#13542] - This class is no longer needed.Modifier and TypeMethodDescriptionfinal Configuration
AbstractConfiguration.derive
(ExecuteListener... newExecuteListeners) final Configuration
AbstractConfiguration.deriveAppending
(ExecuteListener... newExecuteListeners) static ExecuteListenerProvider[]
DefaultExecuteListenerProvider.providers
(ExecuteListener... listeners) Convenience method to construct an array ofDefaultExecuteListenerProvider
from an array ofExecuteListener
instances.final Configuration
AbstractConfiguration.set
(ExecuteListener... newExecuteListeners) final Configuration
AbstractConfiguration.setAppending
(ExecuteListener... newExecuteListeners) final void
DefaultConfiguration.setExecuteListener
(ExecuteListener... newExecuteListeners) ModifierConstructorDescriptionCreate a new provider instance from an argument listener. -
Uses of ExecuteListener in org.jooq.tools
Modifier and TypeClassDescriptionclass
A defaultExecuteListener
that just logs events to java.util.logging, log4j, or slf4j using theJooqLogger
class
A defaultExecuteListener
that just logs events to java.util.logging, log4j, or slf4j using theJooqLogger
.