A result list for Criteria list calls, which is aware of the totalCount for the paged result.
Fields inherited from class | Fields |
---|---|
class PagedResultList |
resultList, totalCount |
Type | Name and description |
---|---|
int |
totalCount |
Constructor and description |
---|
PagedResultList
(org.grails.orm.hibernate.GrailsHibernateTemplate template, Criteria crit) |
PagedResultList
(org.grails.orm.hibernate.GrailsHibernateTemplate template, org.grails.orm.hibernate.query.HibernateQuery query) |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
getTotalCount() |
|
protected void |
initialize() |
|
void |
setTotalCount(int totalCount) |
Methods inherited from class | Name |
---|---|
class PagedResultList |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getTotalCount, hashCode, indexOf, initialize, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |