Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
Transaction |
TransactionContext.transaction()
A user-defined transaction object, possibly obtained from
TransactionProvider.begin(TransactionContext) . |
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionContext.transaction(Transaction transaction)
Set the user-defined transaction object to the current transaction
context.
|
Copyright © 2015. All Rights Reserved.