persistence icon indicating copy to clipboard operation
persistence copied to clipboard

Standard way to control initial value of @Version

Open quaff opened this issue 1 year ago • 7 comments
trafficstars

Test rely on version value assertion is failed when switch from Hibernate to EclipseLink, because Hibernate starts from 0 but EclipseLink starts from 1, It would be nice if the spec enforce it. I'd like it starts from 1 because it's human readable then can be display in UI directly.

quaff avatar Mar 19 '24 09:03 quaff