We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0bca5 commit 6b9d449Copy full SHA for 6b9d449
hibernate-core/src/main/java/org/hibernate/query/sqm/NodeBuilder.java
@@ -918,6 +918,7 @@ <T> SqmJsonValueExpression<T> jsonValue(
918
@Override
919
<Y> JpaCompoundSelection<Y> construct(Class<Y> resultClass, Selection<?>... selections);
920
921
+ @Override
922
<Y> JpaCompoundSelection<Y> construct(Class<Y> resultClass, List<? extends Selection<?>> arguments);
923
924
0 commit comments