hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-11888 : Different Behavior on insertable of @JoinColumn of @OneToMany field between Hibernate4/Hibernate5

Open sumita-mudgil opened this issue 6 years ago • 1 comments

…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

sumita-mudgil avatar Jul 07 '19 08:07 sumita-mudgil

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.