Uses of Interface
org.jooq.ExecuteListener
Packages that use 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
Methods in org.jooq that return ExecuteListenerModifier and TypeMethodDescription@NotNull ExecuteListenerExecuteListenerProvider.provide()Provide anExecuteListenerinstance.Methods in org.jooq with parameters of type ExecuteListenerModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(ExecuteListener... newExecuteListeners) Create a derived configuration from this one, with new execute listeners.@NotNull ConfigurationConfiguration.deriveAppending(ExecuteListener... newExecuteListeners) Create a derived configuration from this one, with appended execute listeners.@NotNull ConfigurationConfiguration.set(ExecuteListener... newExecuteListeners) Change this configuration to hold new execute listeners.@NotNull ConfigurationConfiguration.setAppending(ExecuteListener... newExecuteListeners) Change this configuration by appending new execute listeners. -
Uses of ExecuteListener in org.jooq.impl
Classes in org.jooq.impl that implement ExecuteListenerModifier and TypeClassDescriptionfinal classAnExecuteListenerthat allows for functional composition.classDeprecated.- 3.17.0 - [#13542] - This class is no longer needed.Methods in org.jooq.impl that return ExecuteListenerMethods in org.jooq.impl with parameters of type ExecuteListenerModifier and TypeMethodDescriptionfinal ConfigurationAbstractConfiguration.derive(ExecuteListener... newExecuteListeners) final ConfigurationAbstractConfiguration.deriveAppending(ExecuteListener... newExecuteListeners) static ExecuteListenerProvider[]DefaultExecuteListenerProvider.providers(ExecuteListener... listeners) Convenience method to construct an array ofDefaultExecuteListenerProviderfrom an array ofExecuteListenerinstances.final ConfigurationAbstractConfiguration.set(ExecuteListener... newExecuteListeners) final ConfigurationAbstractConfiguration.setAppending(ExecuteListener... newExecuteListeners) final voidDefaultConfiguration.setExecuteListener(ExecuteListener... newExecuteListeners) Constructors in org.jooq.impl with parameters of type ExecuteListenerModifierConstructorDescriptionCreate a new provider instance from an argument listener. -
Uses of ExecuteListener in org.jooq.tools
Classes in org.jooq.tools that implement ExecuteListenerModifier and TypeClassDescriptionclassA defaultExecuteListenerthat just logs events to java.util.logging, log4j, or slf4j using theJooqLoggerclassA defaultExecuteListenerthat just logs events to java.util.logging, log4j, or slf4j using theJooqLogger.