| 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 | 
|---|---|
| VisitListenerProvider[] | Configuration. visitListenerProviders()Get the configured  VisitListenerProviderinstances from this
 configuration. | 
| 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  | DefaultVisitListenerProviderA default implementation for  VisitListenerProvider. | 
| Modifier and Type | Method and Description | 
|---|---|
| static VisitListenerProvider[] | DefaultVisitListenerProvider. providers(VisitListener... listeners)Convenience method to construct an array of
  DefaultVisitListenerProviderfrom an array ofVisitListenerinstances. | 
| VisitListenerProvider[] | DefaultConfiguration. visitListenerProviders() | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | DefaultConfiguration. derive(VisitListenerProvider... newVisitListenerProviders) | 
| Configuration | DefaultConfiguration. set(VisitListenerProvider... newVisitListenerProviders) | 
| void | DefaultConfiguration. setVisitListenerProvider(VisitListenerProvider... newVisitListenerProviders) | 
| Modifier and Type | Method and Description | 
|---|---|
| VisitListenerProvider[] | MockConfiguration. visitListenerProviders() | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | MockConfiguration. derive(VisitListenerProvider... newVisitListenerProviders) | 
| Configuration | MockConfiguration. set(VisitListenerProvider... newVisitListenerProviders) | 
Copyright © 2019. All rights reserved.