首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

ssh+pager taglib分页兑现

2012-09-27 
ssh+pager taglib分页实现?? return countHql??}else {???throw new SystemException(无效的HQL查询语句

ssh+pager taglib分页实现

?? return countHql;
??}else {
???throw new SystemException("无效的HQL查询语句【"+hql+"】");
??}
?}
?
?
}

?

public class PagerModel {
?
?private int total;
?
?private List datas;

?public int getTotal() {
??return total;
?}

?public void setTotal(int total) {
??this.total = total;
?}

?public List getDatas() {
??return datas;
?}

?public void setDatas(List datas) {
??this.datas = datas;
?}

}

热点排行