HHH-16540 Correct navigable path for embeddable valued path interpretation with plural attribute join

This commit is contained in:
Marco Belladelli 2023-05-25 16:11:57 +02:00
parent 92281b8cd9
commit 68adf22b11
1 changed files with 1 additions and 1 deletions

View File

@ -4103,7 +4103,7 @@ public abstract class BaseSqmToSqlAstConverter<T extends Statement> extends Base
final EmbeddableValuedModelPart mapping = (EmbeddableValuedModelPart) actualModelPart;
result = new EmbeddableValuedPathInterpretation<>(
mapping.toSqlExpression(
getFromClauseAccess().findTableGroup( path.getLhs().getNavigablePath() ),
findTableGroup( navigablePath.getParent() ),
currentClauseStack.getCurrent(),
this,
getSqlAstCreationState()