hibernate-orm
hibernate-orm copied to clipboard
HHH-11888 : Different Behavior on insertable of @JoinColumn of @OneToMany field between Hibernate4/Hibernate5
…Many field between Hibernate4/Hibernate5
Different Behavior on "insertable" of "@JoinColumn" of "@OneToMany" field between Hibernate4/Hibernate5 First the 'joincolumn' was added to 'SampleValue' with default insertable/updatable as true and later while linking it with sampleValue, it was added again with overridden insertable and updatable values and hence the exception "Same column is added more than once with different values for isInsertable" was being thrown as it was already added with different values. With this fix, column is added to sampleValue only once with correct insertable and updatable values
Thanks for your pull request!
This pull request appears to follow the contribution rules.
› This message was automatically generated.