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 |
---|---|
RecordListenerProvider[] |
Configuration.recordListenerProviders()
Get the configured
RecordListenerProvider s from this
configuration. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(RecordListenerProvider... newRecordListenerProviders)
Create a derived configuration from this one, with new record listener
providers.
|
Configuration |
Configuration.set(RecordListenerProvider... newRecordListenerProviders)
Change this configuration to hold a new record listener providers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRecordListenerProvider
A default implementation for
RecordListenerProvider . |
Modifier and Type | Method and Description |
---|---|
static RecordListenerProvider[] |
DefaultRecordListenerProvider.providers(RecordListener... listeners)
Convenience method to construct an array of
DefaultRecordListenerProvider from an array of
RecordListener instances. |
RecordListenerProvider[] |
DefaultConfiguration.recordListenerProviders()
Get the configured
RecordListenerProvider s from this
configuration. |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(RecordListenerProvider... newRecordListenerProviders)
Create a derived configuration from this one, with new record listener
providers.
|
Configuration |
DefaultConfiguration.set(RecordListenerProvider... newRecordListenerProviders)
Change this configuration to hold a new record listener providers.
|
void |
DefaultConfiguration.setRecordListenerProvider(RecordListenerProvider... newRecordListenerProviders) |
Modifier and Type | Method and Description |
---|---|
RecordListenerProvider[] |
MockConfiguration.recordListenerProviders() |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(RecordListenerProvider... newRecordListenerProviders) |
Configuration |
MockConfiguration.set(RecordListenerProvider... newRecordListenerProviders) |
Copyright © 2017. All Rights Reserved.