Hibernate启动报错cannot simultaneously fetch multiple bags

我使用的是annotation方式的hibernate配置。结果在启动Tomcat的时候报错:
Invocation of init method failed; nested exception is org.hibernate.HibernateException: cannot simultaneously fetch multiple bags
解决方法:
去除Annotation中的所有FetchType="EAGAR"



你可能感兴趣的:(Hibernate启动报错cannot simultaneously fetch multiple bags)