Hibernate – Batch update returned unexpected row count from update: 0 actual row count: 0 expected: 1

I got the same exception while deleting a record by Id that does not exists at all. So check that record you are updating/Deleting actually exists in DB

Leave a Comment