Uses of Class
info.joseluismartin.dao.Page

Packages that use Page
info.joseluismartin.dao   
info.joseluismartin.dao.hibernate   
info.joseluismartin.dao.ibatis   
info.joseluismartin.dao.jpa   
info.joseluismartin.logic   
info.joseluismartin.reporting.datasource   
 

Uses of Page in info.joseluismartin.dao
 

Methods in info.joseluismartin.dao that return Page
 Page<T> Page.clone()
           
 Page<T> PageableDataSource.getPage(Page<T> page)
          Fill and return a page of data
 

Methods in info.joseluismartin.dao with parameters of type Page
 List<Serializable> PageableDataSource.getKeys(Page<T> page)
          Gets a List with keys of page
 Page<T> PageableDataSource.getPage(Page<T> page)
          Fill and return a page of data
 

Uses of Page in info.joseluismartin.dao.hibernate
 

Methods in info.joseluismartin.dao.hibernate that return Page
 Page<T> HibernateDao.getPage(Page<T> page)
          Get Page, apply filter if any.
 

Methods in info.joseluismartin.dao.hibernate with parameters of type Page
protected  void HibernateDao.applyOrder(Page<T> page, Criteria criteria)
          Apply Order to Criteria
 List<Serializable> HibernateDao.getKeys(Page<T> page)
           
 Page<T> HibernateDao.getPage(Page<T> page)
          Get Page, apply filter if any.
 

Uses of Page in info.joseluismartin.dao.ibatis
 

Methods in info.joseluismartin.dao.ibatis that return Page
 Page<T> IBatisDao.getPage(Page<T> page)
          Fill and return a page of data
 

Methods in info.joseluismartin.dao.ibatis with parameters of type Page
 List<Serializable> IBatisDao.getKeys(Page<T> page)
           
 Page<T> IBatisDao.getPage(Page<T> page)
          Fill and return a page of data
 

Uses of Page in info.joseluismartin.dao.jpa
 

Methods in info.joseluismartin.dao.jpa that return Page
 Page<T> JpaDao.getPage(Page<T> page)
          Fill and return a page of data
 

Methods in info.joseluismartin.dao.jpa with parameters of type Page
 List<Serializable> JpaDao.getKeys(Page<T> page)
          Gets a List with keys of page
protected  javax.persistence.TypedQuery<T> JpaDao.getNamedQuery(Page<T> page)
          Gets a NamedQuery from page, setup order, params and page result count.
 Page<T> JpaDao.getPage(Page<T> page)
          Fill and return a page of data
 

Uses of Page in info.joseluismartin.logic
 

Methods in info.joseluismartin.logic that return Page
 Page<T> PersistentManager.getPage(Page<T> page)
          Fill and return a page of data
 

Methods in info.joseluismartin.logic with parameters of type Page
 List<Serializable> PersistentManager.getKeys(Page<T> page)
          Gets a List with keys of page
 Page<T> PersistentManager.getPage(Page<T> page)
          Fill and return a page of data
 

Uses of Page in info.joseluismartin.reporting.datasource
 

Methods in info.joseluismartin.reporting.datasource that return Page
 Page<Object> PageJRDatasourceAdapter.getPage()
           
 

Methods in info.joseluismartin.reporting.datasource with parameters of type Page
 void PageJRDatasourceAdapter.setPage(Page<Object> page)
           
 



Copyright © 2012 JDAL. All Rights Reserved.