when using the @GeneratedValue Annotation in Hibernate, and adding a new Entity to DB it has the id 1 … n .
Is is it possible to set the first value, so it would get the id e.g. 10000 … n ?
when using the @GeneratedValue Annotation in Hibernate, and adding a new Entity to DB
Share
SequenceStyleGenerator should to the trick: