Pessimistic locking in JPA/Hibernate
There are two ways to deal with concurrency conflicts, optimistic locking and pessimistic locking. Implicit optimistic locking has been already covered, if you didn’t have the chance to read my Continue reading
Being a good software engineer is 3% talent, 97% not being distracted by the internet.
There are two ways to deal with concurrency conflicts, optimistic locking and pessimistic locking. Implicit optimistic locking has been already covered, if you didn’t have the chance to read my Continue reading