hibernate的 MultipleBagFetchException

以前只知道hibernate里面两个List的fetch eager会有问题。

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

今天类里面一个 onetoone 和 onetomany 也会有MultipleBagFetchException这个问题。

记录一下,看来所有的关系都会有 MultipleBagFetchException的问题,业务建模的时候需要更加谨慎一点。

你可能感兴趣的:(Hibernate)