Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0c3654b0f51e40d78d132214a5f55bab250bd22e
https://github.com/hibernate/hibernate-orm/commit/0c3654b0f51e40d78d13221...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/programmatic/MutationSpecification.java
M
hibernate-core/src/main/java/org/hibernate/query/programmatic/QuerySpecification.java
M
hibernate-core/src/main/java/org/hibernate/query/programmatic/SelectionSpecification.java
M
hibernate-core/src/main/java/org/hibernate/query/programmatic/internal/MutationSpecificationImpl.java
M
hibernate-core/src/main/java/org/hibernate/query/programmatic/internal/SelectionSpecificationImpl.java
M hibernate-core/src/main/java/org/hibernate/query/restriction/NamedPathElement.java
M hibernate-core/src/main/java/org/hibernate/query/restriction/PathElement.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/SqmUtil.java
Log Message:
-----------
HHH-19364 changes to Specifications to support Hibernate Processor
1. fix generic types of parameters (should be lower bounds)
2. make it work with plain-vanilla EntityManager
3. to eliminate ambiguity in overload resolution, this unfortunately
required disallowing SharedSessionContract
4. make Path.fetch() use LEFT join
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications