Uses of Interface
org.jooq.VisitListener
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of VisitListener in org.jooq
Modifier and TypeMethodDescription@NotNull VisitListener
VisitListenerProvider.provide()
Provide aVisitListener
instance.Modifier 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
Modifier and TypeClassDescriptionfinal class
AVisitListener
that allows for functional composition.class
A publicly available default implementation ofVisitListener
.Modifier 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) ModifierConstructorDescriptionDefaultVisitListenerProvider
(VisitListener listener) Create a new provider instance from an argument listener.