Uses of Interface
org.jooq.ExecutorProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of ExecutorProvider in org.jooq
Modifier and TypeMethodDescription@NotNull ExecutorProvider
Configuration.executorProvider()
Get this configuration's underlying executor provider.Modifier 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
Modifier and TypeClassDescriptionclass
A defaultExecutorProvider
implementation, providing aDefaultExecutor
instance.Modifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(ExecutorProvider newExecutorProvider) final Configuration
DefaultConfiguration.set
(ExecutorProvider newExecutorProvider) final void
DefaultConfiguration.setExecutorProvider
(ExecutorProvider newExecutorProvider) -
Uses of ExecutorProvider in org.jooq.tools.jdbc
Modifier and TypeMethodDescriptionMockConfiguration.derive
(ExecutorProvider newExecutorProvider) MockConfiguration.set
(ExecutorProvider newExecutorProvider)