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 |
---|---|
TransactionListener |
TransactionListenerProvider.provide()
Provide an
TransactionListener instance. |
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 |
DefaultTransactionListener
A publicly available default implementation of
TransactionListener . |
Modifier and Type | Method and Description |
---|---|
TransactionListener |
DefaultTransactionListenerProvider.provide()
Provide an
TransactionListener instance. |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(TransactionListener... newTransactionListeners) |
static TransactionListenerProvider[] |
DefaultTransactionListenerProvider.providers(TransactionListener... listeners)
Convenience method to construct an array of
DefaultTransactionListenerProvider from an array of
TransactionListener instances. |
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.