hibernate 更新与保存问题 - ITeye问答
2011年2月9日 - hibernate 更新与保存问题10 我在dao里面写了这两个方法 public void updateHouse(String room, int id) {House house = (House) getSession().crea...
hibernate的各种保存方式的区别 (save,persist,update,saveOrUp...
2007年7月29日 - # re: hibernate的各种保存方式的区别 (save,persist,update,saveOrUpdte,merge,flush,lock)等 2012-03-07 15:11 re总结的好,虽然有些小问题,很不错...