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 |
---|---|
RecordUnmapperProvider |
Configuration.recordUnmapperProvider()
Get this configuration's underlying record unmapper provider.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(RecordUnmapperProvider newRecordUnmapperProvider)
Create a derived configuration from this one, with a new record unmapper
provider.
|
Configuration |
Configuration.set(RecordUnmapperProvider newRecordUnmapperProvider)
Change this configuration to hold a new record unmapper provider.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRecordUnmapperProvider
A default
RecordUnmapperProvider implementation, providing a
DefaultRecordUnmapper instance. |
Modifier and Type | Method and Description |
---|---|
RecordUnmapperProvider |
DefaultConfiguration.recordUnmapperProvider() |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(RecordUnmapperProvider newRecordUnmapperProvider) |
Configuration |
DefaultConfiguration.set(RecordUnmapperProvider newRecordUnmapperProvider) |
void |
DefaultConfiguration.setRecordUnmapperProvider(RecordUnmapperProvider newRecordUnmapperProvider) |
Modifier and Type | Method and Description |
---|---|
RecordUnmapperProvider |
MockConfiguration.recordUnmapperProvider() |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(RecordUnmapperProvider newRecordUnmapperProvider) |
Configuration |
MockConfiguration.set(RecordUnmapperProvider newRecordUnmapperProvider) |
Copyright © 2019. All rights reserved.