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.
|
<T> List<T> list()
int getResultSize()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.