Rainer Schamm

Results 2 issues of Rainer Schamm

I would like to propose that this (Hibernate) annotation becomes part of the official JPA spec. ` @OptimisticLock(excluded = true) ` Docs: [https://docs.jboss.org/hibernate/orm/5.4/javadocs/org/hibernate/annotations/OptimisticLock.html](url) It would greatly improve the versatility of...

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...

candidate-for-4