首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > PowerDesigner >

Hibernate错误日志Batch update .

2012-09-08 
Hibernate异常日志Batch update ...Batch update returned unexpected row count from update [0] actual

Hibernate异常日志Batch update ...

Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1

错误原因:
    实体主键设置了自增长方式,但是在保存的时候却为它设置了ID主键。

热点排行