public interface Query extends PaginationContext<Query>, ParameterContext<Query>
QueryBuilder
.Modifier and Type | Method and Description |
---|---|
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
<T> List<T> list()
int getResultSize()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.