Uses of Interface
org.jooq.Transaction
-
Uses of Transaction in org.jooq
Modifier and TypeMethodDescription@Nullable Transaction
TransactionContext.transaction()
A user-defined transaction object, possibly obtained fromTransactionProvider.begin(TransactionContext)
.Modifier and TypeMethodDescription@NotNull TransactionContext
TransactionContext.transaction
(Transaction transaction) Set the user-defined transaction object to the current transaction context.