Uses of Interface
org.jooq.VisitListenerProvider
Packages that use VisitListenerProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of VisitListenerProvider in org.jooq
Methods in org.jooq that return VisitListenerProviderModifier and TypeMethodDescription@NotNull VisitListenerProvider @NotNull []
Configuration.visitListenerProviders()
Get the configuredVisitListenerProvider
instances from this configuration.Methods in org.jooq with parameters of type VisitListenerProviderModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(VisitListenerProvider... newVisitListenerProviders) Create a derived configuration from this one, with new visit listener providers.@NotNull Configuration
Configuration.deriveAppending
(VisitListenerProvider... newVisitListenerProviders) Create a derived configuration from this one, with appended visit listener providers.@NotNull Configuration
Configuration.set
(VisitListenerProvider... newVisitListenerProviders) Change this configuration to hold new visit listener providers.@NotNull Configuration
Configuration.setAppending
(VisitListenerProvider... newVisitListenerProviders) Change this configuration by appending new visit listener providers. -
Uses of VisitListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement VisitListenerProviderMethods in org.jooq.impl that return VisitListenerProviderModifier and TypeMethodDescriptionstatic VisitListenerProvider[]
DefaultVisitListenerProvider.providers
(VisitListener... listeners) Convenience method to construct an array ofDefaultVisitListenerProvider
from an array ofVisitListener
instances.final VisitListenerProvider[]
DefaultConfiguration.visitListenerProviders()
Methods in org.jooq.impl with parameters of type VisitListenerProviderModifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(VisitListenerProvider... newVisitListenerProviders) final Configuration
AbstractConfiguration.deriveAppending
(VisitListenerProvider... newVisitListenerProviders) final Configuration
DefaultConfiguration.set
(VisitListenerProvider... newVisitListenerProviders) final Configuration
AbstractConfiguration.setAppending
(VisitListenerProvider... newVisitListenerProviders) final void
DefaultConfiguration.setVisitListenerProvider
(VisitListenerProvider... newVisitListenerProviders) -
Uses of VisitListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return VisitListenerProviderMethods in org.jooq.tools.jdbc with parameters of type VisitListenerProviderModifier and TypeMethodDescriptionMockConfiguration.derive
(VisitListenerProvider... newVisitListenerProviders) MockConfiguration.set
(VisitListenerProvider... newVisitListenerProviders)