ch.13 using transactions in Spring apps
Nov 27, 2025 · 6 min read · 13.1 Transactions A transaction is a defined set of mutable operations (operations that change data) that can either correctly execute them altogether or not at all. We refer to this as atomicity(one unit of work). Example: Withdraw money from the s...
Join discussion

