Hibernate懒加载的两种解决方案:
1.Hibernate.initialize(代理对象)
2.在*.hbm.xml映射文件中添加lazy="false"属性
3.使用opensessioninview(彻底)