mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-16540 Correct navigable path for embeddable valued path interpretation with plural attribute join
This commit is contained in:
parent
92281b8cd9
commit
68adf22b11
@ -4103,7 +4103,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