Persism
Persism copied to clipboard
Implement Optimistic Locking with version
see https://vladmihalcea.com/optimistic-locking-version-property-jpa-hibernate/
might be useful.
see https://stackoverflow.com/questions/2572566/java-jpa-version-annotation
If we do this we could possibly improve this implementation by merging the rows if possible.