#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - tidy up createQueryRequest

This commit is contained in:
Robin Bygrave
2016-02-16 08:57:12 +13:00
parent 1aeffd31e0
commit 4df2d4020e
6 changed files with 34 additions and 56 deletions
@@ -294,6 +294,11 @@ public interface SpiQuery<T> extends Query<T> {
*/
boolean initManyWhereJoins();
/**
* Return true if one Many fetch join is allowed.
*/
boolean isAllowOneManyFetch();
/**
* Return the joins required to support predicates on the many properties.
*/