| I had exactly the same problem as you. I have managed that this error is caused by setting ID of the @generated id column to some value. Be sure you do not set the id in any constructor or via setter. Id has to be empty so hibarnate can set it itself. |