Class TransactionContext


  • public class TransactionContext
    extends Object
    Mutable transaction context that encapsulates transactional synchronizations and resources in the scope of a single transaction. Transaction context is typically held by an outer TransactionContextHolder or referenced directly within from the subscriber context.
    Since:
    5.2
    Author:
    Mark Paluch, Juergen Hoeller
    See Also:
    TransactionContextManager, Context