hibernate懒加载原理(转)

        当使用session中的load方法查询数据库中的记录时,咱们返回的是一个代理对象,而不是真正须要的那个对象;例如数据库中存有个Student表,咱们有cn.binyulan.doman.Student的领域对象,若是查询Id值为“200626313”的Student stu = (Student)session.load(Student.class,"200626313"),而后
相关文章
相关标签/搜索