Uses of Interface
org.jooq.ExecutorProvider
Packages that use ExecutorProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains compatibility classes to bridge between JDBC 4.0 and
JDBC 4.1.
-
Uses of ExecutorProvider in org.jooq
Methods in org.jooq that return ExecutorProviderModifier and TypeMethodDescription@NotNull ExecutorProvider
Configuration.executorProvider()
Get this configuration's underlying executor provider.Methods in org.jooq with parameters of type ExecutorProviderModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive(ExecutorProvider newExecutorProvider)
Create a derived configuration from this one, with a new executor provider.@NotNull Configuration
Configuration.set(ExecutorProvider newExecutorProvider)
Change this configuration to hold a new executor provider. -
Uses of ExecutorProvider in org.jooq.impl
Classes in org.jooq.impl that implement ExecutorProviderModifier and TypeClassDescriptionclass
A defaultExecutorProvider
implementation, providing aDefaultExecutor
instance.Methods in org.jooq.impl that return ExecutorProviderMethods in org.jooq.impl with parameters of type ExecutorProviderModifier and TypeMethodDescriptionDefaultConfiguration.derive(ExecutorProvider newExecutorProvider)
DefaultConfiguration.set(ExecutorProvider newExecutorProvider)
void
DefaultConfiguration.setExecutorProvider(ExecutorProvider newExecutorProvider)
-
Uses of ExecutorProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return ExecutorProviderMethods in org.jooq.tools.jdbc with parameters of type ExecutorProviderModifier and TypeMethodDescriptionMockConfiguration.derive(ExecutorProvider newExecutorProvider)
MockConfiguration.set(ExecutorProvider newExecutorProvider)