2016年12月8日

hibernate之工具类

摘要: package util; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; /** * Hibernate工具类 * 作用: 获取session与关闭session * @author 尹涛 * */ public c... 阅读全文

posted @ 2016-12-08 22:18 小尹有个小小梦想 阅读(443) 评论(0) 推荐(0)

hibernate之OpenSessionInView模式代码

摘要: 最后更改web.xml文件配置 阅读全文

posted @ 2016-12-08 22:15 小尹有个小小梦想 阅读(183) 评论(0) 推荐(0)

导航