Search code examples
springtransactionscope

Java springframework: transaction semantics


In spring framework, there is transaction semantics: PROPAGATION_REQUIRED, ISOLATION_ONLY. What does that mean?


Solution

  • You can read about Spring Transactions in the documentation.

    You are specifically asking about Transaction Propagation, which is section 10.5.7 of the documentation.