Skip to content

Commit

Permalink
HHH-8276 - Integrate LoadPlans into UniqueEntityLoader (PoC)
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu authored and sebersole committed Oct 9, 2013
1 parent 7d2867b commit 438dd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -440,7 +440,7 @@ private void renderManyToManyJoin(
);

final String manyToManyFilter = persister.getManyToManyFilterFragment(
collectionTableAlias,
elementTableAlias,
buildingParameters.getQueryInfluencers().getEnabledFilters()
);

Expand Down
Expand Up @@ -284,7 +284,7 @@ private void processQuerySpaces(
select.appendRestrictions(
rootQueryable.filterFragment(
entityReferenceAliases.getTableAlias(),
buildingParameters.getQueryInfluencers().getEnabledFilters()
Collections.emptyMap()
)
);
select.appendRestrictions(
Expand Down

0 comments on commit 438dd9c

Please sign in to comment.