Does anyone know if it is possible to get Hibernate to use 1 for the version (optimistic locking field) of a new object instead of zero? My application previously used Eclipselink which starts at 1 and the change is causing some problems.
I am using JPA but expect any solution to be Hibernate specific (a property in persistence.xml hopefully!).