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
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user