@java.lang.SuppressWarnings({"unchecked","rawtypes"}) @java.lang.Deprecated public class PagedResultList extends grails.gormPagedResultList
A result list for Criteria list calls, which is aware of the totalCount for the paged result.
Constructor and description |
---|
PagedResultList
(GrailsHibernateTemplate template, org.hibernate.Criteria crit) |
PagedResultList
(GrailsHibernateTemplate template, HibernateQuery query) |
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.Integer |
doInHibernate(org.hibernate.Session session) |
|
public int |
getTotalCount() |
|
protected void |
initialize() |
|
public void |
setTotalCount(int totalCount) |