| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.impl | The  org.jooq.implpackage contains jOOQ's implementation classes. | 
| org.jooq.tools.jdbc | The  org.jooq.tools.jdbcpackage contains compatibility classes
 to bridge between JDBC 4.0 and JDBC 4.1. | 
| Modifier and Type | Method and Description | 
|---|---|
| VisitListener | VisitListenerProvider. provide()Provide a  VisitListenerinstance. | 
| 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  | DefaultVisitListenerA publicly available default implementation of  VisitListener. | 
| Modifier and Type | Method and Description | 
|---|---|
| VisitListener | DefaultVisitListenerProvider. provide()Provide a  VisitListenerinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | DefaultConfiguration. derive(VisitListener... newVisitListeners) | 
| static VisitListenerProvider[] | DefaultVisitListenerProvider. providers(VisitListener... listeners)Convenience method to construct an array of
  DefaultVisitListenerProviderfrom an array ofVisitListenerinstances. | 
| 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 © 2018. All Rights Reserved.