hibernate-orm
hibernate-orm copied to clipboard
Hibernate's core Object/Relational Mapping functionality
When a logical column name identifier cannot be created, there is only an error message that the "column name must not be null". In the case I experienced, the column...
Test case and fix
https://hibernate.atlassian.net/browse/HHH-9952 This is a rebased version of https://github.com/hibernate/hibernate-orm/pull/1013. I have also applied some changes to the original PR : - I changed the `AbstractCollectionPersister#columnNames` impl - I made a little...
https://hibernate.atlassian.net/browse/HHH-14429 fix regression introduced by https://hibernate.atlassian.net/browse/HHH-11795
Added support for eager fetching of fields in embedded objects https://hibernate.atlassian.net/browse/HHH-14349
Fixes https://hibernate.atlassian.net/browse/HHH-10550