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 |
---|---|
TransactionListenerProvider[] |
Configuration.transactionListenerProviders()
Get the configured
TransactionListenerProvider s from this
configuration. |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(TransactionListenerProvider... newTransactionListenerProviders)
Create a derived configuration from this one, with new transaction
listener providers.
|
Configuration |
Configuration.set(TransactionListenerProvider... newTransactionListenerProviders)
Change this configuration to hold a new transaction listener providers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransactionListenerProvider
A default implementation for
TransactionListenerProvider . |
Modifier and Type | Method and Description |
---|---|
static TransactionListenerProvider[] |
DefaultTransactionListenerProvider.providers(TransactionListener... listeners)
Convenience method to construct an array of
DefaultTransactionListenerProvider from an array of
TransactionListener instances. |
TransactionListenerProvider[] |
DefaultConfiguration.transactionListenerProviders() |
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(TransactionListenerProvider... newTransactionListenerProviders) |
Configuration |
DefaultConfiguration.set(TransactionListenerProvider... newTransactionListenerProviders) |
void |
DefaultConfiguration.setTransactionListenerProvider(TransactionListenerProvider... newTransactionListenerProviders) |
Modifier and Type | Method and Description |
---|---|
TransactionListenerProvider[] |
MockConfiguration.transactionListenerProviders() |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(TransactionListenerProvider... newTransactionListenerProviders) |
Configuration |
MockConfiguration.set(TransactionListenerProvider... newTransactionListenerProviders) |
Copyright © 2019. All rights reserved.