hibernate-orm
hibernate-orm copied to clipboard
Hibernate's core Object/Relational Mapping functionality
---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and can be relicensed under the terms of the...
---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and can be relicensed under the terms of the...
JPA model generation was removed from the hibernate-gradle-plugin in #6632 . This removes said section in the README. ---------------------- By submitting this pull request, I confirm that my contribution is...
HHH-16512 describes a problem when querying OneToOne relations the "wrong" way around, because an inner join was used in combination with a "is null" query. This seems to be fixed...
Added a test case showing that when a one to one relationship is added this creates a unique key name on the column which doesn't match the name specified in...
Correction of the inheritance syntax used with GraphParser [Please describe here what your change is about] Some test in the file EntityGraphsTest not use the good syntax for representing inheritance...
---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and can be relicensed under the terms of the...
At first glance, the @ManyToAny annotation does not seem compatible with the @FilterJoinTable annotation if the referenced class is not an Entity. Error reported : Collection 'org.hibernate.orm.test.associations.any.ManyToAnyWithFilterJoinTableTest$Actor.contacts' is an association...