`
WithMemores
  • 浏览: 1046 次
  • 性别: Icon_minigender_1
  • 来自: 河南
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
最近由于项目限制使用JDK1.4(没有办放使用泛型DAO)所以设计了一个DAO如下 public interface Dao { public abstract List getList(int first,int max) throws Exception; public abstract int getTotal()throws Exception; } public abstract class AbsDao extends HibernateDaoSupport implements Dao { /** *@return List 以集合形式返回符合 ...
Global site tag (gtag.js) - Google Analytics