© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
P. Späth et al.Pro Spring 6 with Kotlinhttps://doi.org/10.1007/978-1-4842-9557-1_9

9. Spring Transaction Management

Peter Späth1  , Iuliana Cosmina2, Rob Harrop3 and Chris Schaefer4
(1)
Leipzig, Sachsen, Germany
(2)
Edinburgh, UK
(3)
Reddish, UK
(4)
Venice, FL, USA
 

Managing transactions is one of the most critical parts of building a reliable enterprise application. The most common type of transaction is a database operation. In a typical database update operation, a database transaction begins, data is updated, and then the transaction is committed or rolled back, depending on the result of the database operation. However, in many cases, depending on the application ...

Get Pro Spring 6 with Kotlin: An In-depth Guide to Using Kotlin APIs in Spring Framework 6 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.