Fork me on GitHub
摘要: /* *具体操作hibernate的类 *增加,删除,修改,按ID查询,模糊查询,查询全部 **/ public class PersonOperate { //在hibernate中所有操作都是由Session完成 public Session session = null; //在... 阅读全文
posted @ 2014-09-30 00:11 lingfeng95 阅读(1508) 评论(0) 推荐(0) 编辑