Uses of Interface
org.jooq.VisitListener
Packages that use VisitListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of VisitListener in org.jooq
Methods in org.jooq that return VisitListenerModifier and TypeMethodDescription@NotNull VisitListener
VisitListenerProvider.provide()
Provide aVisitListener
instance.Methods in org.jooq with parameters of type VisitListenerModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(VisitListener... newVisitListeners) Create a derived configuration from this one, with new visit listeners.@NotNull Configuration
Configuration.deriveAppending
(VisitListener... newVisitListeners) Create a derived configuration from this one, with appended visit listeners.@NotNull Configuration
Configuration.set
(VisitListener... newVisitListeners) Change this configuration to hold a new visit listeners.@NotNull Configuration
Configuration.setAppending
(VisitListener... newVisitListeners) Change this configuration to hold new visit listeners. -
Uses of VisitListener in org.jooq.impl
Classes in org.jooq.impl that implement VisitListenerModifier and TypeClassDescriptionfinal class
AVisitListener
that allows for functional composition.class
Deprecated.- 3.17.0 - [#13542] - This class is no longer needed.Methods in org.jooq.impl that return VisitListenerMethods in org.jooq.impl with parameters of type VisitListenerModifier and TypeMethodDescriptionfinal Configuration
AbstractConfiguration.derive
(VisitListener... newVisitListeners) final Configuration
AbstractConfiguration.deriveAppending
(VisitListener... newVisitListeners) static VisitListenerProvider[]
DefaultVisitListenerProvider.providers
(VisitListener... listeners) Convenience method to construct an array ofDefaultVisitListenerProvider
from an array ofVisitListener
instances.final Configuration
AbstractConfiguration.set
(VisitListener... newVisitListeners) final Configuration
AbstractConfiguration.setAppending
(VisitListener... newVisitListeners) final void
DefaultConfiguration.setVisitListener
(VisitListener... newVisitListeners) Constructors in org.jooq.impl with parameters of type VisitListenerModifierConstructorDescriptionDefaultVisitListenerProvider
(VisitListener listener) Create a new provider instance from an argument listener.