mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#566 - Refactor internals - OrmQueryDetailProperties with final FetchConfig
This commit is contained in:
@@ -338,7 +338,7 @@ public interface SpiQuery<T> extends Query<T> {
|
||||
/**
|
||||
* Convert joins as necessary to query joins etc.
|
||||
*/
|
||||
void convertJoins(int queryBatchSize);
|
||||
void convertJoins();
|
||||
|
||||
/**
|
||||
* Return the TransactionContext.
|
||||
|
||||
Reference in New Issue
Block a user