Uses of Class
org.nuiton.topia.persistence.pager.TopiaPagerBean
Packages that use TopiaPagerBean
Package
Description
This package contains interfaces and abstract classes for entities and daos.
-
Uses of TopiaPagerBean in org.nuiton.topia.persistence
Fields in org.nuiton.topia.persistence declared as TopiaPagerBeanMethods in org.nuiton.topia.persistence with parameters of type TopiaPagerBeanModifier and TypeMethodDescriptionvoidTopiaDAO.computeAndAddRecordsToPager(String hql, TopiaPagerBean pager, Object... params) Execute the counthqlquery and then synch the pager to this result (says fill thePagerBean.getRecords()field and then adapt the number of pages available and the current number page).voidTopiaDAOImpl.computeAndAddRecordsToPager(String hql, TopiaPagerBean pager, Object... params) <R> List<R>TopiaDAO.findAllByQueryAndPager(Class<R> type, String hql, TopiaPagerBean pager, Object... params) Gets a page of entities of the given selecthqlquery using thepagerto obtain the window of entities to return.TopiaDAO.findAllByQueryAndPager(String hql, TopiaPagerBean pager, Object... params) Gets a page of entities of the given selecthqlquery using thepagerto obtain the window of entities to return.<R> List<R>TopiaDAOImpl.findAllByQueryAndPager(Class<R> type, String hql, TopiaPagerBean pager, Object... params) TopiaDAOImpl.findAllByQueryAndPager(String hql, TopiaPagerBean pager, Object... params) -
Uses of TopiaPagerBean in org.nuiton.topia.persistence.pager
Fields in org.nuiton.topia.persistence.pager declared as TopiaPagerBeanMethods in org.nuiton.topia.persistence.pager that return TopiaPagerBeanConstructors in org.nuiton.topia.persistence.pager with parameters of type TopiaPagerBean