Jghost

jeiao, In me the tiger sniffs the rose !

导航

随笔分类 -  Hibernate

hibernate update部分更新(转)
摘要:hibernate updateHibernate 中如果直接使用Session.update(Object o);会把这个表中的所有字段更新一遍。比如:view plaincopy to clipboardprint?public class TeacherTest {@Testpublic void update(){Session session = HibernateUitl.getSessionFactory().getCurrentSession();session.beginTransaction();Teacher t = (Teacher) session.get(Teach 阅读全文

posted @ 2013-07-16 09:11 Jghost 阅读(280) 评论(0) 推荐(0)