hibernate-orm
hibernate-orm copied to clipboard
Hibernate's core Object/Relational Mapping functionality
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
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
https://hibernate.atlassian.net/browse/HHH-16572
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.