Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 857a5c07249922c5e69040368e46f38b25696abf
https://github.com/hibernate/hibernate-orm/commit/857a5c07249922c5e690403...
Author: Cedomir Igaly <cedomir.igaly(a)e-dama.net>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/criteria/SelectOnlyArrayPropertyTest.java
Log Message:
-----------
HHH-16606 - Test for selecting only property of array type using criteria query
Commit: 945f2b8adbba63beb3207ad4d1b36a91db6296b7
https://github.com/hibernate/hibernate-orm/commit/945f2b8adbba63beb3207ad...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/internal/ConcreteSqmSelectQueryPlan.java
Log Message:
-----------
HHH-16606 Only use RowTransformerArrayImpl when result type is Object[]
Compare:
https://github.com/hibernate/hibernate-orm/compare/f2cf18cb7589...945f2b8...