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