Module org.jooq
Package org.jooq

Interface TransactionContext

All Superinterfaces:
Scope

public interface TransactionContext extends Scope
A context object that is used to pass arguments to the various methods of TransactionProvider.

This type is a Scope with independent lifecycle and its own Scope.data() map.

Author:
Lukas Eder