public interface 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.
|
Query |
setParameter(String paramName,
Object paramValue) |
Query |
setParameters(Map<String,Object> paramValues) |
<T> List<T> list()
int getResultSize()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.