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 configuredVisitListenerProviderinstances from this configuration.Methods in org.jooq with parameters of type VisitListenerProviderModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(VisitListenerProvider... newVisitListenerProviders) Create a derived configuration from this one, with new visit listener providers.@NotNull ConfigurationConfiguration.deriveAppending(VisitListenerProvider... newVisitListenerProviders) Create a derived configuration from this one, with appended visit listener providers.@NotNull ConfigurationConfiguration.set(VisitListenerProvider... newVisitListenerProviders) Change this configuration to hold new visit listener providers.@NotNull ConfigurationConfiguration.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 ofDefaultVisitListenerProviderfrom an array ofVisitListenerinstances.final VisitListenerProvider[]DefaultConfiguration.visitListenerProviders()Methods in org.jooq.impl with parameters of type VisitListenerProviderModifier and TypeMethodDescriptionfinal ConfigurationDefaultConfiguration.derive(VisitListenerProvider... newVisitListenerProviders) final ConfigurationAbstractConfiguration.deriveAppending(VisitListenerProvider... newVisitListenerProviders) final ConfigurationDefaultConfiguration.set(VisitListenerProvider... newVisitListenerProviders) final ConfigurationAbstractConfiguration.setAppending(VisitListenerProvider... newVisitListenerProviders) final voidDefaultConfiguration.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)