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. |
Modifier and Type | Method and Description |
---|---|
ExecuteListener |
ExecuteListenerProvider.provide()
Provide an
ExecuteListener instance. |
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
static ExecuteListenerProvider[] |
DefaultExecuteListenerProvider.providers(ExecuteListener... listeners)
Convenience method to construct an array of
DefaultExecuteListenerProvider from an array of
ExecuteListener instances. |
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 |
Copyright © 2014. All Rights Reserved.