文件名称:java+hibernate实现分页
文件大小:12.16MB
文件格式:ZIP
更新时间:2016-05-04 09:40:45
java hibernate 分页
java+hibernate实现分页
public String execute() throws Exception {
System.out.println("Page:" + page);
pagePlanList = ps.findPlantByPage(page, rowsPerPage);
totalPage = ps.getPlanTotalPage(rowsPerPage);
planNum = ps.getPlanNum();
return SUCCESS;
}
【文件预览】:
page
----.project(1KB)
----.mymetadata(285B)
----src()
--------struts.xml(487B)
--------hibernate.cfg.xml(2KB)
--------Student.hbm.xml(583B)
--------com()
----WebRoot()
--------show.jsp(4KB)
--------WEB-INF()
--------error.jsp(276B)
--------index.jsp(861B)
--------META-INF()
----.myeclipse()
----.settings()
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------org.eclipse.jdt.core.prefs(330B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------.jsdtscope(500B)
----.classpath(3KB)
----test.sql(4KB)