In Hibernate is there a way to skip generating the value of a @GeneratedValue
property by manually setting it before calling save
on the session?
I am building an import/export facility and I would like to preserve the IDs from a previously made export.