Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3c2d4f9616866124802648c75fa7bc2759c0f831
https://github.com/hibernate/hibernate-orm/commit/3c2d4f9616866124802648c...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/criteria/JpaCriteriaQuery.java
M hibernate-core/src/main/java/org/hibernate/query/criteria/JpaQueryStructure.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/tree/select/AbstractSqmSelectQuery.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/tree/select/SqmQuerySpec.java
Log Message:
-----------
HHH-16814 add getRootList()
The method getRoots() returning a Set is really inconvenient
Commit: e76d1e57526c47e26228f7bbdc20750d68547412
https://github.com/hibernate/hibernate-orm/commit/e76d1e57526c47e26228f7b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M documentation/src/main/asciidoc/introduction/Interacting.adoc
Log Message:
-----------
document some more things about criteria queries and names queries
Compare:
https://github.com/hibernate/hibernate-orm/compare/95bcd9460f7a...e76d1e5...