The given object has a null identifier报错

org.springframework.dao.InvalidDataAccessApiUsageException: The given object has a null identifier: com.gpdn.busapp.domain.TimeTask; nested exception is org.hibernate.TransientObjectException: The given object has a null identifier: com.gpdn.busapp.domain.TimeTask

这个错误常出现在SSH整合的时候,修改时候主键没有传递 或者name属性指定错误。因为你操作的对象的主键不存在,所以hibernate 不知道更新的是谁。

The given object has a null identifier报错

修改BUG如下:

The given object has a null identifier报错

The given object has a null identifier报错