Skip to content

Commit 9bb1cfb

Browse files
committed
HHH-19962 Use selection expression for anonymous tuple basic values
1 parent 59337cb commit 9bb1cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/query/sqm/tuple/internal/AnonymousTupleBasicValuedModelPart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public AnonymousTupleBasicValuedModelPart(
6565
new SelectableMappingImpl(
6666
"",
6767
selectionExpression,
68-
new SelectablePath( partName ),
68+
null,
6969
null,
7070
null,
7171
null,

0 commit comments

Comments
 (0)