Hibernate Optimistic locking with Spring Boot
Jun 21, 2022 · 6 min read · Optimistic locking is a concept to avoid concurrent changes on the same data. To be more precise: It's not about preventing concurrent changes (this would be pessimistic locking), but to allow and detect those changes happening at the same time and a...
Join discussion