HHH-16362 Don't set fetched on nested non-terminal attribute joins
This commit is contained in:
parent
e564ca4dde
commit
88f1e156a3
|
@ -193,7 +193,7 @@ public class QualifiedJoinPathConsumer implements DotIdentifierConsumer {
|
|||
lhs,
|
||||
joinType,
|
||||
isTerminal ? alias : allowReuse ? SqmCreationHelper.IMPLICIT_ALIAS : null,
|
||||
fetch,
|
||||
isTerminal && fetch,
|
||||
creationState
|
||||
);
|
||||
lhs.addSqmJoin( join );
|
||||
|
|
Loading…
Reference in New Issue