public interface Query extends PaginationContext<Query>, ParameterContext<Query>
QueryBuilder.| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getProjection() |
java.lang.String |
getQueryString()
Returns the Ickle query string.
|
int |
getResultSize()
Gets the total number of results matching the query, ignoring pagination (firstResult, maxResult).
|
<T> java.util.List<T> |
list()
Returns the results of a search as a list.
|
maxResults, startOffsetgetParameters, setParameter, setParametersjava.lang.String getQueryString()
<T> java.util.List<T> list()
int getResultSize()
java.lang.String[] getProjection()