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 |
---|---|
RecordListener |
RecordListenerProvider.provide()
Provide a
RecordListener instance. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(RecordListener... newRecordListeners)
Create a derived configuration from this one, with new record listeners.
|
Configuration |
Configuration.set(RecordListener... newRecordListeners)
Change this configuration to hold a new record listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRecordListener
A publicly available default implementation of
RecordListener . |
Modifier and Type | Method and Description |
---|---|
RecordListener |
DefaultRecordListenerProvider.provide()
Provide a
RecordListener instance. |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(RecordListener... newRecordListeners) |
static RecordListenerProvider[] |
DefaultRecordListenerProvider.providers(RecordListener... listeners)
Convenience method to construct an array of
DefaultRecordListenerProvider from an array of
RecordListener instances. |
Configuration |
DefaultConfiguration.set(RecordListener... newRecordListeners) |
Constructor and Description |
---|
DefaultRecordListenerProvider(RecordListener listener)
Create a new provider instance from an argument listener.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(RecordListener... newRecordListeners) |
Configuration |
MockConfiguration.set(RecordListener... newRecordListeners) |
Copyright © 2017. All Rights Reserved.