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 |
The
org.jooq.tools package contains jOOQ's public utilities. |
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 |
---|---|
ExecuteListener |
ExecuteListenerProvider.provide()
Provide an
ExecuteListener instance. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(ExecuteListener... newExecuteListeners)
Create a derived configuration from this one, with new execute listeners.
|
Configuration |
Configuration.set(ExecuteListener... newExecuteListeners)
Change this configuration to hold a new execute listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
CallbackExecuteListener
An
ExecuteListener that allows for functional composition. |
class |
DefaultExecuteListener
A publicly available default implementation of
ExecuteListener . |
Modifier and Type | Method and Description |
---|---|
ExecuteListener |
DefaultExecuteListenerProvider.provide()
Provide an
ExecuteListener instance. |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(ExecuteListener... newExecuteListeners) |
static ExecuteListenerProvider[] |
DefaultExecuteListenerProvider.providers(ExecuteListener... listeners)
Convenience method to construct an array of
DefaultExecuteListenerProvider from an array of
ExecuteListener instances. |
Configuration |
DefaultConfiguration.set(ExecuteListener... newExecuteListeners) |
Constructor and Description |
---|
DefaultExecuteListenerProvider(ExecuteListener listener)
Create a new provider instance from an argument listener.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggerListener
A default
ExecuteListener that just logs events to java.util.logging,
log4j, or slf4j using the JooqLogger |
class |
StopWatchListener
A default
ExecuteListener that just logs events to java.util.logging,
log4j, or slf4j using the JooqLogger |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(ExecuteListener... newExecuteListeners) |
Configuration |
MockConfiguration.set(ExecuteListener... newExecuteListeners) |
Copyright © 2018. All Rights Reserved.