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 configuredExecuteListenerProviders from this configuration.Methods in org.jooq with parameters of type ExecuteListenerProviderModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(ExecuteListenerProvider... newExecuteListenerProviders) Create a derived configuration from this one, with new execute listener providers.@NotNull ConfigurationConfiguration.deriveAppending(ExecuteListenerProvider... newExecuteListenerProviders) Create a derived configuration from this one, with appended execute listener providers.@NotNull ConfigurationConfiguration.set(ExecuteListenerProvider... newExecuteListenerProviders) Change this configuration to hold new execute listener providers.@NotNull ConfigurationConfiguration.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 ofDefaultExecuteListenerProviderfrom an array ofExecuteListenerinstances.Methods in org.jooq.impl with parameters of type ExecuteListenerProviderModifier and TypeMethodDescriptionfinal ConfigurationDefaultConfiguration.derive(ExecuteListenerProvider... newExecuteListenerProviders) final ConfigurationAbstractConfiguration.deriveAppending(ExecuteListenerProvider... newExecuteListenerProviders) final ConfigurationDefaultConfiguration.set(ExecuteListenerProvider... newExecuteListenerProviders) final ConfigurationAbstractConfiguration.setAppending(ExecuteListenerProvider... newExecuteListenerProviders) final voidDefaultConfiguration.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)