答案是在A中的多对一语句中添加not-found =“ ignore”:
<many-to-one name="b" not-found="ignore" insert="false" update="false" column="id" unique="true"/>
我尝试按照Rob H的建议,简单地向B添加lazy =“
false”,但是每次加载不带B的A时,都会导致HibernateObjectRetrievalFailureException。
请参阅本主题以获取更多信息:
https://forum.hibernate.org/viewtopic.php?p=2269784&sid=5e1cba6e2698ba4a548288bd2fd3ca4e
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)