[RPC Fault faultString="org.springframework.dao.DataIntegrityViolationException : not-null property references a null or transient value: com.amaxgs.elearning.bo.Question.lastModifyTime; nested exception is org.hibernate.PropertyValueException: not-null property references a null or transient value: com.amaxgs.elearning.bo.Question.lastModifyTime" faultCode="Server.Processing" faultDetail="null"]
=============================================================
非空属性引用了一个空的或者瞬时(游离状态)的值,可能是引用的值还没有进行持久化吧,还处于游离状态
本文详细解析了在使用Spring框架时遇到的org.springframework.dao.DataIntegrityViolationException错误,该错误提示非空属性引用了一个空的或者瞬时(游离状态)的值。文章深入探讨了可能的原因,并提供了有效的解决方案。
331

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



