org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException: No row with the given identifier exists: [com.probiz.estore.point.model.PointProductchl#1062]; nested exception is org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.probiz.estore.point.model.PointProductchl#1062]
Caused by: org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [com.probiz.estore.point.model.PointProductchl#1062]
出现以上异常:很可能是因为关联表中,引用表其中一个字段为空!!!
本文分析了Spring框架下HibernateObjectRetrievalFailureException异常的原因,该异常提示没有找到指定标识符对应的行。常见原因是关联表中某个字段为空,文中对此进行了详细解释。

被折叠的 条评论
为什么被折叠?



