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

This PR avoid calling `transactionManager.resume()` in `JtaIsolationDelegate.doInSuspendedTransaction` when no surrounding transaction exists. It fixes an unpleasant warning in Atomikos' transaction manager. ---------------------- By submitting this pull request, I confirm that...

https://hibernate.atlassian.net/browse/HHH-18484 ---------------------- 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...

Jira issue HHH-18322[](https://hibernate.atlassian.net/browse/HHH-18322) If constructor with exact argument types does not exists `NoSuchMethodException` is throws even when matching constructor (e.g. one accepting superclass argument) exists. To solve the problem, in...

Jira issue [HHH-18377](https://hibernate.atlassian.net/browse/HHH-18377) Implementation of [UUID Versioin 6](https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-version-6) and [UUID Version 7](https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-version-7) ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the...

There was a report that the build.gradle file contained in the project stubs generated by start.spring.io did not compile (see spring-io/start.spring.io#1078) that identified [HHH-15557](https://hibernate.atlassian.net/browse/HHH-15557) as the underlying issue. Here is...

Fixes https://hibernate.atlassian.net/browse/HHH-13046 by querying the classloader from the `ClassLoaderService`. There is one drawback here: in scenarios where services are actually stopped (OSGi?), the class loader instance will have leaked to...

This adds tests that verify that lazy loading works for OneToOne, ManyToOne, and OneToMany join types. For ticket https://hibernate.atlassian.net/browse/HHH-18421 ---------------------- By submitting this pull request, I confirm that my contribution...

JIRA issue Test Case

https://hibernate.atlassian.net/browse/HHH-13911 https://issues.redhat.com/browse/JBEAP-19099

https://hibernate.atlassian.net/browse/HHH-18321 ---------------------- 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...