Uses of Interface
org.jooq.DiagnosticsListener
Packages that use DiagnosticsListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of DiagnosticsListener in org.jooq
Methods in org.jooq that return DiagnosticsListenerModifier and TypeMethodDescription@NotNull DiagnosticsListenerDiagnosticsListenerProvider.provide()Provide anDiagnosticsListenerinstance.Methods in org.jooq with parameters of type DiagnosticsListenerModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(DiagnosticsListener... newDiagnosticsListeners) Create a derived configuration from this one, with new diagnostics listeners.@NotNull ConfigurationConfiguration.deriveAppending(DiagnosticsListener... newDiagnosticsListeners) Create a derived configuration from this one, with appended diagnostics listeners.@NotNull ConfigurationConfiguration.set(DiagnosticsListener... newDiagnosticsListeners) Change this configuration to hold new diagnostics listeners.@NotNull ConfigurationConfiguration.setAppending(DiagnosticsListener... newDiagnosticsListeners) Change this configuration by appending new diagnostics listeners. -
Uses of DiagnosticsListener in org.jooq.impl
Classes in org.jooq.impl that implement DiagnosticsListenerModifier and TypeClassDescriptionclassDeprecated.- 3.17.0 - [#13542] - This class is no longer needed.classA default implementation of aDiagnosticsListenerthat logs diagnostics.Methods in org.jooq.impl that return DiagnosticsListenerModifier and TypeMethodDescriptionfinal DiagnosticsListenerDefaultDiagnosticsListenerProvider.provide()Methods in org.jooq.impl with parameters of type DiagnosticsListenerModifier and TypeMethodDescriptionfinal ConfigurationAbstractConfiguration.derive(DiagnosticsListener... newDiagnosticsListeners) final ConfigurationAbstractConfiguration.deriveAppending(DiagnosticsListener... newDiagnosticsListeners) static DiagnosticsListenerProvider[]DefaultDiagnosticsListenerProvider.providers(DiagnosticsListener... listeners) Convenience method to construct an array ofDefaultDiagnosticsListenerProviderfrom an array ofDiagnosticsListenerinstances.final ConfigurationAbstractConfiguration.set(DiagnosticsListener... newDiagnosticsListeners) final ConfigurationAbstractConfiguration.setAppending(DiagnosticsListener... newDiagnosticsListeners) final voidDefaultConfiguration.setDiagnosticsListener(DiagnosticsListener... newDiagnosticsListener) Constructors in org.jooq.impl with parameters of type DiagnosticsListenerModifierConstructorDescriptionCreate a new provider instance from an argument listener.