Adding the error happens when I use the property <property name="hibernate.jdbc.use_get_generated_keys"> true </ property> if you use <property name="hibernate.jdbc.use_get_generated_keys"> false </ property> does not happen, I noticed however that this strategy performs a select to get the current value of the sequence, which is not safe to think of competition.
Adding the error happens when I use the property <property name="hibernate.jdbc.use_get_generated_keys"> true </ property> if you use <property name="hibernate.jdbc.use_get_generated_keys"> false </ property> does not happen, I noticed however that this strategy performs a select to get the current value of the sequence, which is not safe to think of competition.