hibernate延迟加载有关问题(回钦波简单回答)

hibernate延迟加载问题(回钦波简单回答)hibernate延迟加载问题在影射文件中,设置course的lazytrue延迟加

hibernate延迟加载问题(回钦波简单回答)

hibernate延迟加载问题

在影射文件中,设置course的lazy=true延迟加载。 现在,我通过HQL语句查询(...Hibernate.initialize(stu.getCourses()); 需要在SESSION关闭前。我用到的方法是:

?<set name="fields" inverse="true" lazy="false">
????? <key column="flowformId"/>
????? <one-to-many class="com.nqyw.oa.bean.FormField"/>
??? </set>