Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
org.jooq.tools.jdbc |
The
org.jooq.tools.jdbc package contains compatibility classes
to bridge between JDBC 4.0 and JDBC 4.1. |
Modifier and Type | Method and Description |
---|---|
ExecutorProvider |
Configuration.executorProvider()
Get this configuration's underlying executor provider.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(ExecutorProvider newExecutorProvider)
Create a derived configuration from this one, with a new executor
provider.
|
Configuration |
Configuration.set(ExecutorProvider newExecutorProvider)
Change this configuration to hold a new executor provider.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecutorProvider
A default
ExecutorProvider implementation, providing a
DefaultExecutor instance. |
Modifier and Type | Method and Description |
---|---|
ExecutorProvider |
DefaultConfiguration.executorProvider()
Get this configuration's underlying executor provider.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(ExecutorProvider newExecutorProvider)
Create a derived configuration from this one, with a new executor
provider.
|
Configuration |
DefaultConfiguration.set(ExecutorProvider newExecutorProvider)
Change this configuration to hold a new executor provider.
|
void |
DefaultConfiguration.setExecutorProvider(ExecutorProvider newExecutorProvider) |
Modifier and Type | Method and Description |
---|---|
ExecutorProvider |
MockConfiguration.executorProvider() |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(ExecutorProvider newExecutorProvider) |
Configuration |
MockConfiguration.set(ExecutorProvider newExecutorProvider) |
Copyright © 2016. All Rights Reserved.