摘要: 1 >Hibernate常用的aip有Configuration,SessionFactory,Transaction,Session Configuration主要用于加载配置文件,使用 Configuration conf=new Configuration().configure("hiber 阅读全文
posted @ 2017-11-22 23:10 懒人写博客 阅读(676) 评论(0) 推荐(0) 编辑
摘要: package cn.zhaoqinrong.MainApp; import org.apache.log4j.Logger; import org.hibernate.HibernateException; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Trans... 阅读全文
posted @ 2017-11-22 16:47 懒人写博客 阅读(227) 评论(0) 推荐(0) 编辑