#802 - Find generics on findIds() - refactor internals of find ids to use find single attribute

This commit is contained in:
Robin Bygrave
2016-08-04 17:28:41 +12:00
parent 1be30f1671
commit 3c6eab6c85
25 changed files with 162 additions and 463 deletions
@@ -251,21 +251,6 @@ public interface SpiQuery<T> extends Query<T> {
List<String> getSoftDeletePredicates();
/**
* Set the list of Id's that is being populated.
* <p>
* This is a mutating list of id's and we are setting this so that other
* threads have access to the id's before the id query has finished.
* </p>
*/
void setIdList(List<Object> ids);
/**
* Return the list of Id's that is currently being fetched by a background
* thread.
*/
List<Object> getIdList();
/**
* Return a copy of the query.
*/