mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 14:44:48 +00:00
HHH-16540 Correct navigable path for embeddable valued path interpretation with plural attribute join
This commit is contained in:
parent
c226cf681c
commit
54c9c1010e
@ -4102,7 +4102,7 @@ else if ( actualModelPart instanceof EmbeddableValuedModelPart ) {
|
||||
final EmbeddableValuedModelPart mapping = (EmbeddableValuedModelPart) actualModelPart;
|
||||
result = new EmbeddableValuedPathInterpretation<>(
|
||||
mapping.toSqlExpression(
|
||||
getFromClauseAccess().findTableGroup( path.getLhs().getNavigablePath() ),
|
||||
findTableGroup( navigablePath.getParent() ),
|
||||
currentClauseStack.getCurrent(),
|
||||
this,
|
||||
getSqlAstCreationState()
|
||||
|
Loading…
x
Reference in New Issue
Block a user