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 |
---|---|
VisitListenerProvider[] |
Configuration.visitListenerProviders()
TODO [#2667]
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(VisitListenerProvider... newVisitListenerProviders)
Create a derived configuration from this one, with new visit listener
providers.
|
Configuration |
Configuration.set(VisitListenerProvider... newVisitListenerProviders)
Change this configuration to hold a new visit listener providers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultVisitListenerProvider
A default implementation for
VisitListenerProvider . |
Modifier and Type | Method and Description |
---|---|
static VisitListenerProvider[] |
DefaultVisitListenerProvider.providers(VisitListener... listeners)
Convenience method to construct an array of
DefaultVisitListenerProvider from an array of
VisitListener instances. |
VisitListenerProvider[] |
DefaultConfiguration.visitListenerProviders()
TODO [#2667]
|
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(VisitListenerProvider... newVisitListenerProviders)
Create a derived configuration from this one, with new visit listener
providers.
|
Configuration |
DefaultConfiguration.set(VisitListenerProvider... newVisitListenerProviders)
Change this configuration to hold a new visit listener providers.
|
Copyright © 2014. All Rights Reserved.