public interface Query extends PaginationContext<Query>, ParameterContext<Query>
QueryBuilder
.Modifier and Type | Method and Description |
---|---|
String[] |
getProjection() |
String |
getQueryString()
Returns the Ickle query string.
|
int |
getResultSize()
Gets the total number of results matching the query, ignoring pagination (firstResult, maxResult).
|
<T> List<T> |
list()
Returns the results of a search as a list.
|
maxResults, startOffset
getParameters, setParameter, setParameters
String getQueryString()
<T> List<T> list()
int getResultSize()
String[] getProjection()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.