| Package | Description |
|---|---|
| org.nuiton.topia.persistence |
This package contains interfaces and abstract classes for entities and daos.
|
| Modifier and Type | Method and Description |
|---|---|
static TopiaFilterPagerUtil.FilterPagerBean |
TopiaFilterPagerUtil.newFilterPagerBean() |
| Modifier and Type | Method and Description |
|---|---|
static TopiaQuery |
TopiaFilterPagerUtil.addPagerToQuery(TopiaQuery query,
TopiaFilterPagerUtil.FilterPagerBean pager)
Deprecated.
since 2.6.12 TopiaQuery will be removed in version 3.0 of ToPIA
|
void |
TopiaDAO.computeAndAddRecordsToPager(String hql,
TopiaFilterPagerUtil.FilterPagerBean pager,
Object... params)
Execute the count
hql query and then synch the pager to this
result (says fill the
PagerUtil.PagerBean.records field and then adapt
the number of pages available and the current number page). |
void |
TopiaDAOImpl.computeAndAddRecordsToPager(String hql,
TopiaFilterPagerUtil.FilterPagerBean pager,
Object... params) |
List<E> |
TopiaDAO.findAllByQueryAndPager(String hql,
TopiaFilterPagerUtil.FilterPagerBean pager,
Object... params)
Gets a page of entities of the given select
hql query using the
pager to obtain the window of entities to return. |
List<E> |
TopiaDAOImpl.findAllByQueryAndPager(String hql,
TopiaFilterPagerUtil.FilterPagerBean pager,
Object... params) |
void |
TopiaFilterPagerUtil.FilterPagerBeanBuilder.flush(TopiaFilterPagerUtil.FilterPagerBean bean) |
static <E> List<E> |
TopiaFilterPagerUtil.getPageFromList(List<E> elements,
TopiaFilterPagerUtil.FilterPagerBean pager) |
Copyright © 2004-2012 CodeLutin. All Rights Reserved.