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

Some unit tests with Informix are failing because Informix interprets identifiers in lowercase. Setting the physical naming strategy globally for all unit tests also doesn't make sense because many tests...

https://hibernate.atlassian.net/browse/HHH-18285 Not a fix, just a reproducer. The test is failing. See #8587 for proof this used to work on Hibernate ORM 6.5.

https://hibernate.atlassian.net/browse/HHH-18285 Not a fix, just a reproducer. Same reproducer as #8586 , but on branch 6.5. This shows the use case was working in Hibernate ORM 6.5.

A backport of #8582 https://hibernate.atlassian.net/browse/HHH-18108

We should not allow to apply the JPA ClassTransformer on classes which we will be loading during the transformation process. In particular after the optimisations of HHH-18011, in which we...

Foreign keys based on compound keys run into a check for java records. But the to-be-generated classes do not exist on the classpath and therefore the check fails. Issue: https://hibernate.atlassian.net/browse/HHH-18228

Note: hibernate-orm/local-build-plugins/src/main/java/org/hibernate/orm/jakarta/JakartaPublishingPlugin.java uses unchecked or unsafe operations.