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 |
---|---|
ConverterProvider |
Configuration.converterProvider()
Deprecated.
- This API is still EXPERIMENTAL. Do not use yet
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(ConverterProvider newConverterProvider)
Deprecated.
- This API is still EXPERIMENTAL. Do not use yet
|
Configuration |
Configuration.set(ConverterProvider newConverterProvider)
Deprecated.
- This API is still EXPERIMENTAL. Do not use yet
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConverterProvider
Deprecated.
- This API is still EXPERIMENTAL. Do not use yet
|
Modifier and Type | Method and Description |
---|---|
ConverterProvider |
DefaultConfiguration.converterProvider()
Get the configured
ConverterProvider from this
configuration. |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(ConverterProvider newConverterProvider)
Create a derived configuration from this one, with new converter
provider.
|
Configuration |
DefaultConfiguration.set(ConverterProvider newConverterProvider) |
Modifier and Type | Method and Description |
---|---|
ConverterProvider |
MockConfiguration.converterProvider() |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(ConverterProvider newConverterProvider) |
Configuration |
MockConfiguration.set(ConverterProvider newConverterProvider) |
Copyright © 2016. All Rights Reserved.