hibernate - another auto generated field which is not the ID -


I want to create another autogunated field in my class.
I followed this unanswered question - no success

I need a more simple thing - I want my second area - like @ID @ autozenited Is there a way to do this to get the price?

Try this kind of example. Validated: incorrect, updating = false) private integer column; @ generatedValue (strategy = detection) @ column (name = "columnname", exclusive = true, empty = false, insertable;

Comments