© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
B. Varanasi, A. SaccoPractical Spring LDAPhttps://doi.org/10.1007/979-8-8688-0002-3_9

9. LDAP Transactions

Balaji Varanasi1   and Andres Sacco2
(1)
Salt Lake City, UT, USA
(2)
Buenos Aires, Buenos Aires, Argentina
 
In this chapter, you will learn
  • The basics of transactions

  • Spring transaction abstraction

  • Spring LDAP support for transactions

Transaction Basics

Transactions are an integral part of enterprise applications. Put simply, a transaction is a series of operations that are performed together. All its operations must succeed for a transaction to be completed or committed. If, for any reason, one operation fails, the entire transaction fails and is rolled ...

Get Practical Spring LDAP: Using Enterprise Java-Based LDAP in Spring Data and 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.