DataIntegrityViolationException:无法插入

发布于 2024-11-08 23:38:59 字数 533 浏览 0 评论 0原文

也许有人可以帮忙,我该如何解决这个问题? 我正在使用 hibernate、spring 和 gwt。

com.google.gwt.user.server.rpc.UnexpectedException: 服务方法'公共抽象无效
com.yeah.client.service.PictureService.saveItem(com.yeah.shared.model.Picture)' 引发了意外的异常: org.springframework.dao.DataIntegrityViolationException: 无法插入: [com.yeah.shared.model.Picture]; SQL [插入YeaH.Picture(albumID, picLocation) 值 (?, ?)]; 约束[空];嵌套异常是 org.hibernate.exception.ConstraintViolationException: 无法插入:
[com.yeah.shared.model.Picture]

Maybe someone can help, how do I fix this?
I'm using hibernate, spring and gwt.

com.google.gwt.user.server.rpc.UnexpectedException:
Service method 'public abstract void
com.yeah.client.service.PictureService.saveItem(com.yeah.shared.model.Picture)'
threw an unexpected exception:
org.springframework.dao.DataIntegrityViolationException:
could not insert:
[com.yeah.shared.model.Picture]; SQL
[insert into YeaH.Picture (albumID,
picLocation) values (?, ?)];
constraint [null]; nested exception is
org.hibernate.exception.ConstraintViolationException:
could not insert:
[com.yeah.shared.model.Picture]

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

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

发布评论

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

评论(1

年华零落成诗 2024-11-15 23:38:59

您似乎正在插入无法验证约束的对象。 (可能使用相同的密钥)

It seems you are inserting the object which fails to validate the constraint. (may be with same key)

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