| Modifier and Type | Method and Description |
|---|---|
SortCriterion[] |
ReadableDAO.getDefaultSortCriteria()
Returns the default
SortCriterions to be used to sort the objects lists returned by
methods like ReadableDAO.findAll() and ReadableDAO.findAll(int, int, SortCriterion...) when no
sort constraints are given. |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
ReadableDAO.findAll(int firstResult,
int maxResults,
SortCriterion... sortingConstraints)
Returns the all instances of the related entity class, but in a paginated fashion.
|
Copyright © 2008-2013 Ars Machina Tecnologia da Informação Ltda.. All Rights Reserved.