Skip to content

Commit

Permalink
Fix for HHH-10537
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d94142)
  • Loading branch information
beikov authored and gbadner committed Feb 21, 2017
1 parent 140de50 commit caa9843
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -83,7 +83,8 @@ public static MapKeyEntityFromElement buildKeyJoin(FromElement collectionFromEle
// todo : ever a time when INNER is appropriate?
//JoinType.LEFT_OUTER_JOIN,
// needs to be an inner join because of how JoinSequence/JoinFragment work - ugh
JoinType.INNER_JOIN,
// JoinType.INNER_JOIN,
collectionFromElement.getJoinSequence().getFirstJoin().getJoinType(),
joinColumns
);
join.setJoinSequence( joinSequence );
Expand Down

0 comments on commit caa9843

Please sign in to comment.