异常1:not-null property references a null or transient value
解决方法:将“一对多”关系中的“一”方,not-null设置为false
(参考资料:http://www.thearcmind.com/confluence/pages/viewpage.action?pageId=212)
异常2:org.hibernate.TransientObjectException: object references an unsaved transient instance
解决方法:cascade=”save-update,persist”
(参考资料:http://www.laliluna.de/254.html)
异常3:org.hibernate.QueryException: could not resolve property
解决方法:”from Category category where category.userID = :userID”修改为”from Category category whereuserID = :userID”或者”from Category category where category.user.id = :userID”
(参考资料:http://www.laliluna.de/277.html)
异常4:could not initialize proxy – the owning Session was closed
解决方法:设置lazy为false
(参考资料:http://forum.springframework.org/showthread.php?t=27993)
异常2和3发生在我调用一个方法的时候,最先报错异常3,后来我修改后就报错为异常2,后通过查看一些网上的解决方案,修改了下我的配置文件,问题得以解决。
转载于:https://my.oschina.net/bluesroot/blog/222559
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/109850.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...