Persism icon indicating copy to clipboard operation
Persism copied to clipboard

Implement Optimistic Locking with version

Open sproket opened this issue 2 years ago • 2 comments

see https://vladmihalcea.com/optimistic-locking-version-property-jpa-hibernate/

might be useful.

sproket avatar Jun 15 '22 14:06 sproket

see https://stackoverflow.com/questions/2572566/java-jpa-version-annotation

sproket avatar Jun 15 '22 14:06 sproket

If we do this we could possibly improve this implementation by merging the rows if possible.

sproket avatar Oct 07 '22 13:10 sproket