Uses of Interface
org.jooq.Transaction
Packages that use Transaction
-
Uses of Transaction in org.jooq
Methods in org.jooq that return TransactionModifier and TypeMethodDescription@Nullable Transaction
TransactionContext.transaction()
A user-defined transaction object, possibly obtained fromTransactionProvider.begin(TransactionContext)
.Methods in org.jooq with parameters of type TransactionModifier and TypeMethodDescription@NotNull TransactionContext
TransactionContext.transaction
(Transaction transaction) Set the user-defined transaction object to the current transaction context.