Just a simple question
Have you provided an optimistic concurrency control for object persistence.
Hibernate has it through @Optimistic annotation on a field.
It is basically a date/int field for each table/object in database and gets
compared/incremented at the end of each transaction commit.
Original issue reported on code.google.com by Sergei.I...@gmail.com on 4 Mar 2015 at 9:11
Original issue reported on code.google.com by
Sergei.I...@gmail.com
on 4 Mar 2015 at 9:11