|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.cetia4.data.PagingUtils
public final class PagingUtils
Utilities for paging on Hibernate Criteria and Query, and over normal lists.
Derechos Reservados
| Constructor Summary | |
|---|---|
PagingUtils()
|
|
| Method Summary | ||
|---|---|---|
static void |
applyPaging(org.hibernate.Criteria criteria,
PagedSearchFilter filter)
Apply paging - if paging enabled - to the given criteria from the filter settings |
|
static
|
applyPaging(java.util.List<T> list,
PagedSearchFilter filter)
Apply paging to the results in a list. |
|
static void |
applyPaging(org.hibernate.Query query,
PagedSearchFilter filter)
Apply paging - if paging enabled - to the given criteria from the filter settings |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PagingUtils()
| Method Detail |
|---|
public static void applyPaging(org.hibernate.Criteria criteria,
PagedSearchFilter filter)
public static void applyPaging(org.hibernate.Query query,
PagedSearchFilter filter)
public static <T> PagedResults<T> applyPaging(java.util.List<T> list,
PagedSearchFilter filter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||