Hibernate: cannot simultaneously fetch multiple bags 问题的解决办法

如果在一个pojo里使用超过一个List的变量,则会出现这个错误


详见: http://www.quanlei.com/2011/10/2817.html


他提供了4个解决方法,我采用方案3: 改变FetchMode为@Fetch(FetchMode.SUBSELECT)


其他参考links:

http://www.mkyong.com/hibernate/hibernate-fetching-strategies-examples/

http://blog.eyallupu.com/2010/06/hibernate-exception-simultaneously.html

http://dyldragon.iteye.com/blog/788385


你可能感兴趣的:(Hibernate,list,2010)