错误:单一字段身份

发布于 2024-11-06 15:31:02 字数 123 浏览 2 评论 0原文

谁能告诉我这个错误的原因:--

“entity.pendingRequest”类的对象使用 SingleFieldIdentity 使用字段“empId”,但该字段尚未设置其值!手动设置字段,或为该字段设置值策略。

Can anybody please tell me the cause of this error:--

An object of class "entity.pendingRequest" uses SingleFieldIdentity using the field "empId" yet this field has not had its value set! Either set the field manually, or set a value-strategy for that field.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

静谧 2024-11-13 15:31:02

从声音上看,您已将 empId 指定为主键,但在尝试存储记录之前未提供值或告诉它如何生成值。

From the sound of it, you've designated empId as your primary key, but haven't supplied a value, or told it how to generate one, before attempting to store a recored.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文