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 |
---|---|
ExecuteListenerProvider[] |
Configuration.executeListenerProviders()
Get the configured
ExecuteListenerProvider s from this
configuration. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(ExecuteListenerProvider... newExecuteListenerProviders)
Create a derived configuration from this one, with new execute listener
providers.
|
Configuration |
Configuration.set(ExecuteListenerProvider... newExecuteListenerProviders)
Change this configuration to hold a new execute listener providers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecuteListenerProvider
A default implementation for
ExecuteListenerProvider . |
Modifier and Type | Method and Description |
---|---|
ExecuteListenerProvider[] |
DefaultConfiguration.executeListenerProviders()
Get the configured
ExecuteListenerProvider s from this
configuration. |
static ExecuteListenerProvider[] |
DefaultExecuteListenerProvider.providers(ExecuteListener... listeners)
Convenience method to construct an array of
DefaultExecuteListenerProvider from an array of
ExecuteListener instances. |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(ExecuteListenerProvider... newExecuteListenerProviders)
Create a derived configuration from this one, with new execute listener
providers.
|
Configuration |
DefaultConfiguration.set(ExecuteListenerProvider... newExecuteListenerProviders)
Change this configuration to hold a new execute listener providers.
|
Copyright © 2014. All Rights Reserved.