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. |
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) |
Copyright © 2014. All Rights Reserved.