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

Hibernate's core Object/Relational Mapping functionality

Results 538 hibernate-orm issues
Sort by recently updated
recently updated
newest added

---------------------- 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...

JIRA issue Test Case

---------------------- 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...

JIRA issue Test Case

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...

JIRA issue Test Case

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...

JIRA issue Test Case

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...

JIRA issue Test Case

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...

JIRA issue Test Case