Uses of Interface
org.jooq.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
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 TypeMethodDescriptionDefaultConfiguration.derive(ExecutorProvider newExecutorProvider)
DefaultConfiguration.set(ExecutorProvider newExecutorProvider)
void
DefaultConfiguration.setExecutorProvider(ExecutorProvider newExecutorProvider)
-
Uses of ExecutorProvider in org.jooq.tools.jdbc
Modifier and TypeMethodDescriptionMockConfiguration.derive(ExecutorProvider newExecutorProvider)
MockConfiguration.set(ExecutorProvider newExecutorProvider)