JPA事务错误(不在数据库端,值被持久化)
我面临以下错误:
尝试将 id“com.abc.java”分配给新实例“com.abc.java”失败; L1 缓存中已存在具有此 id 的对象。在重用其 id 之前,您必须删除该对象(在上一个事务或当前事务中)。当水平或垂直映射的类使用自动增量应用程序标识并且不使用应用程序标识类的层次结构时,也会发生此错误。 -
I'm facing the below error :
Attempt to assign id "com.abc.java" to new instance "com.abc.java" failed; there is already an object in the L1 cache with this id. You must delete this object (in a previous transaction or the current one) before reusing its id. This error can also occur when a horizontally or vertically mapped classes uses auto-increment application identity and does not use a hierarchy of application identity classes. -
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论