| 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 | 
|---|---|
| TransactionListener | TransactionListenerProvider. provide()Provide an  TransactionListenerinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | Configuration. derive(TransactionListener... newTransactionListeners)Create a derived configuration from this one, with new transaction
 listeners. | 
| Configuration | Configuration. set(TransactionListener... newTransactionListeners)Change this configuration to hold a new transaction listeners. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultTransactionListenerA publicly available default implementation of  TransactionListener. | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionListener | DefaultTransactionListenerProvider. provide()Provide an  TransactionListenerinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | DefaultConfiguration. derive(TransactionListener... newTransactionListeners) | 
| static TransactionListenerProvider[] | DefaultTransactionListenerProvider. providers(TransactionListener... listeners)Convenience method to construct an array of
  DefaultTransactionListenerProviderfrom an array ofTransactionListenerinstances. | 
| Configuration | DefaultConfiguration. set(TransactionListener... newTransactionListeners) | 
| Constructor and Description | 
|---|
| DefaultTransactionListenerProvider(TransactionListener listener)Create a new provider instance from an argument listener. | 
| Modifier and Type | Method and Description | 
|---|---|
| Configuration | MockConfiguration. derive(TransactionListener... newTransactionListeners) | 
| Configuration | MockConfiguration. set(TransactionListener... newTransactionListeners) | 
Copyright © 2017. All Rights Reserved.