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

When populating second-level-cache by concurrent threads and several threads read the same entities annotated with @NaturalIdCache it comes to a lock-escalation. This scenario is described in [HHH-16726](https://hibernate.atlassian.net/browse/HHH-16726) One of the...

https://hibernate.atlassian.net/browse/HHH-16461 backport of https://github.com/hibernate/hibernate-orm/pull/6406

6.2

Add new operations to `Configuration` to allow archive scanning. See https://hibernate.atlassian.net/browse/HHH-16548

I propose a technology for creating custom JPQL/HQL functions (code and documentation).

https://hibernate.atlassian.net/browse/HHH-16607 Since #5491, the enhancer removed the `private` modifier on the Fields, making them actually public.

This improves the aesthetics of simple examples.

ability to override the syntax for named/ordinal parameters in native SQL queries

This PR closes HHH-16547 in which a new setting `hibernate.jpa.compliance.delete` is added. This to handle deletion / removal for a detached entity.

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

JIRA issue Test Case