persistence icon indicating copy to clipboard operation
persistence copied to clipboard

Add @OptimisticLock(excluded = true)

Open rainerschamm opened this issue 5 years ago • 0 comments

Adding this or something similar would make optimistic locking a lot more useful.

Another suggestion would be to make: LockModeType.NONE on and em.find(id, ..., LockModeType.NONE) actually skip the version increment for a given update.

rainerschamm avatar Oct 15 '19 07:10 rainerschamm