cheng_you_know

学而时习之!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年4月21日

摘要: /*** 添加*/public void save(Stu stu){ try { tran=this.GetSession().beginTransaction(); this.GetSession().save(stu); tran.commit(); } catch (HibernateExc... 阅读全文
posted @ 2014-04-21 21:43 cheng_you_know 阅读(176) 评论(0) 推荐(0) 编辑

摘要: Hibernate 语法:Hibernate的所有的操作都是通过Session完成的.基本步骤如下:1:通过配置文件得到SessionFactory:SessionFactory sessionFactory=new Configuration().configure().buildSessionF... 阅读全文
posted @ 2014-04-21 17:03 cheng_you_know 阅读(377) 评论(0) 推荐(0) 编辑