类 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.
    从以下版本开始:
    5.2
    作者:
    Mark Paluch, Juergen Hoeller
    另请参阅:
    TransactionContextManager, Context