#566 - Refactor internals - SpiQuerySecondary and DLoadContext

This commit is contained in:
Robin Bygrave
2016-02-17 19:44:30 +13:00
parent 439858b259
commit c83606c1da
13 changed files with 248 additions and 101 deletions
@@ -314,22 +314,6 @@ public interface SpiQuery<T> extends Query<T> {
*/
void setFilterMany(String prop, ExpressionList<?> filterMany);
/**
* Remove the query joins from query detail.
* <p>
* These are registered with the Load Context.
* </p>
*/
List<OrmQueryProperties> removeQueryJoins();
/**
* Remove the lazy joins from query detail.
* <p>
* These are registered with the Load Context.
* </p>
*/
List<OrmQueryProperties> removeLazyJoins();
/**
* Set the path of the many when +query/+lazy loading query is executed.
*/
@@ -338,7 +322,7 @@ public interface SpiQuery<T> extends Query<T> {
/**
* Convert joins as necessary to query joins etc.
*/
void convertJoins();
SpiQuerySecondary convertJoins();
/**
* Return the TransactionContext.