org.springframework.orm.hibernate3.HibernateObjectRetrievalFailureException


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]

 

出现以上异常:很可能是因为关联表中,引用表其中一个字段为空!!!

 

 

 

你可能感兴趣的:(Hibernate)