Uses of Interface
org.jooq.Transaction
-
Packages that use Transaction Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of Transaction in org.jooq
Methods in org.jooq that return Transaction Modifier and Type Method Description Transaction
TransactionContext. transaction()
A user-defined transaction object, possibly obtained fromTransactionProvider.begin(TransactionContext)
.Methods in org.jooq with parameters of type Transaction Modifier and Type Method Description TransactionContext
TransactionContext. transaction(Transaction transaction)
Set the user-defined transaction object to the current transaction context.
-