一个一对一的关联,无法插入数据,报错
org.hibernate.ObjectNotFoundException: No row with the given identifier exists
出错前,在数据表中删除了一个字段,这个字段在程序中也被删除了,
所以暂不清楚
后来clean之后重新debug,问题消失,嗯?
hibernate自动更新表结构的功能又出问题了吗(即使是因为程序修改没生效,也应该是重新把字段加回去啊)
2024-02-13 14:48:16
一个一对一的关联,无法插入数据,报错
org.hibernate.ObjectNotFoundException: No row with the given identifier exists
出错前,在数据表中删除了一个字段,这个字段在程序中也被删除了,
所以暂不清楚
后来clean之后重新debug,问题消失,嗯?
hibernate自动更新表结构的功能又出问题了吗(即使是因为程序修改没生效,也应该是重新把字段加回去啊)