Posted on 2008-12-30 13:03
云自无心水自闲 阅读(2689)
评论(2) 编辑 收藏 所属分类:
Java 、
心得体会 、
Hibernate
我使用的是annotation方式的hibernate配置。结果在启动Tomcat的时候报错:
Invocation of init method failed; nested exception is org.hibernate.HibernateException: cannot simultaneously fetch multiple bags
解决方法:
去除Annotation中的所有FetchType="EAGAR"