1.分页可以在用sql语言查询时就指定查出几条记录
本程序是这个
用sql实现:select * from table limit start,pageNum
2.还可以在查询出所有记录后,把指定的一些记录放入list中
[url]http://topic.csdn.net/t/20051026/11/4351052.html[/url]
3.几条常见的数据库分页 SQL 语句
[url]http://soft.zdnet.com.cn/software_zone/2007/1119/642543.shtml[/url]
mssql和mysql和Oralce都有不同的语法
4.hibernate有支持分页的类~~~
[img]http://dl.iteye.com/upload/attachment/145738/871639ca-3e6f-3033-85ac-af584924625f.jpg[/img]
[img]http://dl.iteye.com/upload/attachment/145740/ccb642c8-9b7b-3c4f-92e5-9f0b5ae970f3.jpg[/img]
本程序是这个
用sql实现:select * from table limit start,pageNum
2.还可以在查询出所有记录后,把指定的一些记录放入list中
[url]http://topic.csdn.net/t/20051026/11/4351052.html[/url]
3.几条常见的数据库分页 SQL 语句
[url]http://soft.zdnet.com.cn/software_zone/2007/1119/642543.shtml[/url]
mssql和mysql和Oralce都有不同的语法
4.hibernate有支持分页的类~~~
[img]http://dl.iteye.com/upload/attachment/145738/871639ca-3e6f-3033-85ac-af584924625f.jpg[/img]
[img]http://dl.iteye.com/upload/attachment/145740/ccb642c8-9b7b-3c4f-92e5-9f0b5ae970f3.jpg[/img]