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 |
---|---|
TransactionProvider |
Configuration.transactionProvider()
Get this configuration's underlying transaction provider.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.derive(TransactionProvider newTransactionProvider)
Create a derived configuration from this one, with a new transaction
provider.
|
Configuration |
Configuration.set(TransactionProvider newTransactionProvider)
Change this configuration to hold a new transaction provider.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransactionProvider
A default implementation for the
TransactionProvider SPI. |
class |
NoTransactionProvider
An "empty" implementation that is never transactional.
|
Modifier and Type | Method and Description |
---|---|
TransactionProvider |
DefaultConfiguration.transactionProvider()
Get this configuration's underlying transaction provider.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
DefaultConfiguration.derive(TransactionProvider newTransactionProvider)
Create a derived configuration from this one, with a new transaction
provider.
|
Configuration |
DefaultConfiguration.set(TransactionProvider newTransactionProvider)
Change this configuration to hold a new transaction provider.
|
void |
DefaultConfiguration.setTransactionProvider(TransactionProvider newTransactionProvider) |
Modifier and Type | Method and Description |
---|---|
TransactionProvider |
MockConfiguration.transactionProvider() |
Modifier and Type | Method and Description |
---|---|
Configuration |
MockConfiguration.derive(TransactionProvider newTransactionProvider) |
Configuration |
MockConfiguration.set(TransactionProvider newTransactionProvider) |
Copyright © 2016. All Rights Reserved.