Hibernate-Entity未发现异常-Spring批处理



我在国家id(外键)上有从个人表到国家表的@manytoone关系

在国家表中-id 's started from 1.

但是在person表中保存数据时。

我得到一个错误

EntityNotFound:无法找到国家id 0

还有一个错误

HHH000100:故障安全清理(集合):org。冬眠。引擎。装载。内部的。CollectionLoadContext@5da03062

HHH000160: On CollectionLoadContext#cleanup, localLoadingCollectionKeys包含[1]项

可能的原因是什么?

这个错误发生在spring批处理应用程序

1。检查表数据——国家表中没有id为0的条目

您可能没有在尝试持久化的新person对象上设置countryId = 1

相关内容

  • 没有找到相关文章

最新更新