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 VisitListenerVisitListenerProvider.provide()Provide aVisitListenerinstance.Methods in org.jooq with parameters of type VisitListenerModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(VisitListener... newVisitListeners) Create a derived configuration from this one, with new visit listeners.@NotNull ConfigurationConfiguration.deriveAppending(VisitListener... newVisitListeners) Create a derived configuration from this one, with appended visit listeners.@NotNull ConfigurationConfiguration.set(VisitListener... newVisitListeners) Change this configuration to hold a new visit listeners.@NotNull ConfigurationConfiguration.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 classAVisitListenerthat allows for functional composition.classDeprecated.- 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 ConfigurationAbstractConfiguration.derive(VisitListener... newVisitListeners) final ConfigurationAbstractConfiguration.deriveAppending(VisitListener... newVisitListeners) static VisitListenerProvider[]DefaultVisitListenerProvider.providers(VisitListener... listeners) Convenience method to construct an array ofDefaultVisitListenerProviderfrom an array ofVisitListenerinstances.final ConfigurationAbstractConfiguration.set(VisitListener... newVisitListeners) final ConfigurationAbstractConfiguration.setAppending(VisitListener... newVisitListeners) final voidDefaultConfiguration.setVisitListener(VisitListener... newVisitListeners) Constructors in org.jooq.impl with parameters of type VisitListenerModifierConstructorDescriptionDefaultVisitListenerProvider(VisitListener listener) Create a new provider instance from an argument listener.