hibernate:
bug:
Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1
solution:
hibernate在执行save(Object obj)时,如果obj的主键不为空,则会去update而不是save操作,此时如果obj的主键不为空,但是在数据库中查不到时则会抛出该异常,因此save时可以显示将主键字段设为Null。
【06-17】开发中预到的异常
时间: 2024-12-29 01:37:44