Posts by lcastro.oliveira • 1 point
1 post
-
0
votes2
answers387
viewsA: How to do concurrency control in Hibernate for INSERT in the database
Have you ever thought of using the optimistic lock strategy ? It is a feature of Hibernate that creates a column in the database representing the version of that record. If you are using a Web…