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

https://hibernate.atlassian.net/browse/HHH-15328 This is a draft at this point. I want to see tests running before splitting this PR up into smaller pieces.

This commit to fix caching of OneToOneType from second level cache caused a regression ; OneToOneType.isDirty is not working correctly and causes IllegalArgumentException for oneToOne with embeddedId types. pr :...

A test case for [HHH-15480](https://hibernate.atlassian.net/browse/HHH-15480)

https://hibernate.atlassian.net/browse/HHH-15472 This PR should be applied to 6.2.0

See also https://github.com/quarkusio/quarkus/issues/27166 ; leaving it here as a draft for now as it's a very late, need to discuss with the ORM team what fix we actually want here....

https://hibernate.atlassian.net/browse/HHH-15464 Depends on https://github.com/hibernate/hibernate-orm/pull/5237

https://hibernate.atlassian.net/browse/HHH-15443

Please check https://discourse.hibernate.org/t/jakarta-persistence-transactionrequiredexception-on-query-modifying-and-transactional-methods/9042 https://hibernate.atlassian.net/browse/HHH-17743

https://hibernate.atlassian.net/browse/HHH-17761 Opening as a draft as it's only a reproducer