hibernate-orm
hibernate-orm copied to clipboard
Hibernate's core Object/Relational Mapping functionality
[Please describe here what your change is about] ---------------------- 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...
Breaking test case for https://hibernate.atlassian.net/browse/HHH-19322 ---------------------- 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...
More details [on Hibernate forum](https://discourse.hibernate.org/t/unexpected-association-fetch-triggered-by-jsr-303-bean-validation-integration/11101). ---------------------- 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...
[Please describe here what your change is about] ---------------------- 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...
Reproducer for HHH-19294 ---------------------- 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...
Test for reproduce. The annotation @FilterJoinTable is incorrectly not accepted by @ManyToAny, which always utilizes a @JoinTable. https://hibernate.atlassian.net/browse/HHH-19285 ---------------------- By submitting this pull request, I confirm that my contribution is...
Make the checks in ReflectHelper faster. See detailed description in [Jira](https://hibernate.atlassian.net/jira/software/c/projects/HHH/boards/31?selectedIssue=HHH-19229) ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache...
Use a stronger hashing function for cache keys to assist in a uniform distribution within the hash table. This [mitigates](https://gist.github.com/ben-manes/6312727adfa2235cb7c5e25cae523ad0) a performance regression in Ehcache due to clustering effects resulting...
The goal is to expand the coverage of the query pattern as both MySQL and SingleStore support `straight_join` syntax, and their dialect classes rely on `Dialect` class to add index...
https://hibernate.atlassian.net/browse/HHH-18546 ---------------------- 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...