4、 Teacher set age=?, birthday=?, name=?, title=? where id=?Hibernate: update Teacher set age=?, birthday=?, name=?, title=? where id=?我们只更改了Name属性,而Hibernate的sql语句把所有字段都更改了一次。这样要是我们有字段是文本类型,这个类型
7、 where id=?Hibernate: update Teacher set birthday=?, name=?, title=? where id=?缺点:不灵活····2.第2种方法··使用XML中的dynamic-update="true"viewplaincopytoclipboardprint?