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 |
---|---|
<E,R extends Record> |
RecordUnmapperProvider.provide(Class<? extends E> type,
RecordType<R> recordType)
Provide a
RecordUnmapper instance. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(RecordUnmapper<?,?> newRecordUnmapper)
Create a derived configuration from this one, with a new record unmapper.
|
Configuration |
Configuration.set(RecordUnmapper<?,?> newRecordUnmapper)
Change this configuration to hold a new record unmapper.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRecordUnmapper<E,R extends Record>
A default implementation for unmapping a custom type to a
Record . |
Modifier and Type | Method and Description |
---|---|
<E,R extends Record> |
DefaultRecordUnmapperProvider.provide(Class<? extends E> type,
RecordType<R> rowType) |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(RecordUnmapper<?,?> newRecordUnmapper) |
Configuration |
DefaultConfiguration.set(RecordUnmapper<?,?> newRecordUnmapper) |
void |
DefaultConfiguration.setRecordUnmapper(RecordUnmapper<?,?> newRecordUnmapper) |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(RecordUnmapper<?,?> newRecordUnmapper) |
Configuration |
MockConfiguration.set(RecordUnmapper<?,?> newRecordUnmapper) |
Copyright © 2019. All rights reserved.