WIP AutoTune refactor

This commit is contained in:
Robin Bygrave
2015-09-01 07:55:25 +12:00
parent f4ed813c08
commit 987fe38618
36 changed files with 740 additions and 1478 deletions
@@ -70,7 +70,7 @@ public class DLoadManyContext extends DLoadBaseContext implements LoadManyContex
queryProps.configureBeanQuery(query);
}
if (parent.isUseAutofetchManager()) {
if (parent.isUseAutoTune()) {
query.setAutofetch(true);
}
}