DataIntegrityViolationException:无法插入
也许有人可以帮忙,我该如何解决这个问题? 我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您似乎正在插入无法验证约束的对象。 (可能使用相同的密钥)
It seems you are inserting the object which fails to validate the constraint. (may be with same key)