mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#566 - Refactor internals - SpiExpression, add prepareExpression() to merge queryAutoTuneHash() and queryPlanHash() - tidy up createQueryRequest - part 2
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user