Uses of Interface
org.jooq.ExecuteListenerProvider
Packages that use ExecuteListenerProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of ExecuteListenerProvider in org.jooq
Methods in org.jooq that return ExecuteListenerProviderModifier and TypeMethodDescription@NotNull ExecuteListenerProvider @NotNull []
Configuration.executeListenerProviders()
Get the configuredExecuteListenerProvider
s from this configuration.Methods in org.jooq with parameters of type ExecuteListenerProviderModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(ExecuteListenerProvider... newExecuteListenerProviders) Create a derived configuration from this one, with new execute listener providers.@NotNull Configuration
Configuration.deriveAppending
(ExecuteListenerProvider... newExecuteListenerProviders) Create a derived configuration from this one, with appended execute listener providers.@NotNull Configuration
Configuration.set
(ExecuteListenerProvider... newExecuteListenerProviders) Change this configuration to hold new execute listener providers.@NotNull Configuration
Configuration.setAppending
(ExecuteListenerProvider... newExecuteListenerProviders) Change this configuration by appending new execute listener providers. -
Uses of ExecuteListenerProvider in org.jooq.impl
Classes in org.jooq.impl that implement ExecuteListenerProviderMethods in org.jooq.impl that return ExecuteListenerProviderModifier and TypeMethodDescriptionfinal ExecuteListenerProvider[]
DefaultConfiguration.executeListenerProviders()
static ExecuteListenerProvider[]
DefaultExecuteListenerProvider.providers
(ExecuteListener... listeners) Convenience method to construct an array ofDefaultExecuteListenerProvider
from an array ofExecuteListener
instances.Methods in org.jooq.impl with parameters of type ExecuteListenerProviderModifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(ExecuteListenerProvider... newExecuteListenerProviders) final Configuration
AbstractConfiguration.deriveAppending
(ExecuteListenerProvider... newExecuteListenerProviders) final Configuration
DefaultConfiguration.set
(ExecuteListenerProvider... newExecuteListenerProviders) final Configuration
AbstractConfiguration.setAppending
(ExecuteListenerProvider... newExecuteListenerProviders) final void
DefaultConfiguration.setExecuteListenerProvider
(ExecuteListenerProvider... newExecuteListenerProviders) -
Uses of ExecuteListenerProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return ExecuteListenerProviderMethods in org.jooq.tools.jdbc with parameters of type ExecuteListenerProviderModifier and TypeMethodDescriptionMockConfiguration.derive
(ExecuteListenerProvider... newExecuteListenerProviders) MockConfiguration.set
(ExecuteListenerProvider... newExecuteListenerProviders)