PK error hibernate
// in SQL query
ALTER SEQUENCE x_specification_sequence RESTART WITH <start $id>
PK error hibernate
// in SQL query
ALTER SEQUENCE x_specification_sequence RESTART WITH <start $id>
PK error hibernate
@SequenceGenerator(
name="x_specification_sequence",
sequenceName="x_specification_sequenceName_InitialAt3068", //you need to create a newName if you need to change initial Value to reflect changes
initialValue=3068, //change initialValue to the next ID (primary key) from the database
allocationSize=1
)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us