Optimistic Locking – How Hibernate implements it
In the previous post, we discussed the theory behind the indexes used in a DBMS to improve the data searching on a database table. This new post will discuss the “Optimistic Logic” technique and how to implement it using Hibernate. What is the Optimistic Locking? Optimistic Locking is a technique used in computer science to … Read moreOptimistic Locking – How Hibernate implements it