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. |
Modifier and Type | Method and Description |
---|---|
RecordMapperProvider |
Configuration.recordMapperProvider()
Get this configuration's underlying record mapper provider.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(RecordMapperProvider newRecordMapperProvider)
Create a derived configuration from this one, with a new record mapper
provider.
|
Configuration |
Configuration.set(RecordMapperProvider newRecordMapperProvider)
Change this configuration to hold a new record mapper provider.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRecordMapperProvider
A default
RecordMapperProvider implementation, providing a
DefaultRecordMapper instance. |
Modifier and Type | Method and Description |
---|---|
RecordMapperProvider |
DefaultConfiguration.recordMapperProvider()
Get this configuration's underlying record mapper provider.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(RecordMapperProvider newRecordMapperProvider)
Create a derived configuration from this one, with a new record mapper
provider.
|
Configuration |
DefaultConfiguration.set(RecordMapperProvider newRecordMapperProvider)
Change this configuration to hold a new record mapper provider.
|
Copyright © 2014. All Rights Reserved.