hibernate 中fetch=FetchType.LAZY问题_百度知道
最佳答案: 这个是很典型的有懒加载引起的问题,你懒加载的时候只加载了了department的基本信息,而部门下的员工信息是懒加载的,当你要去用department下的employee信息,...更多关于failed to lazily initialize a collection of role的问题>>
Hibernate映射关系 no session or session was closed_百度知道
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: cn.com.mall.model.ProviderPrice.provider, no session or session...更多关于failed to lazily initialize a collection of role的问题>&g