摘要: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1不注意的话,还真的有点无所适从,Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1这个异常是由于主键设置为自增长,而在我们插入记录的时候设置了ID的值导致的。Hibernate 注释@OneToOne 建立表关联实例我的解决方案:我是在做One-To-One级联 添加/更新 碰到的 阅读全文
posted @ 2013-08-27 10:20 阿窟窿 阅读(881) 评论(0) 推荐(0) 编辑