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

This commit is contained in:
Robin Bygrave
2016-02-16 09:21:10 +13:00
parent 4df2d4020e
commit ae7827c483
5 changed files with 6 additions and 8 deletions
@@ -348,7 +348,7 @@ public interface SpiQuery<T> extends Query<T> {
/**
* Convert any many joins fetch joins to query joins.
*/
void convertManyFetchJoinsToQueryJoins(boolean allowOne, int queryBatch);
void convertManyFetchJoinsToQueryJoins(int queryBatch);
/**
* Return the TransactionContext.