问题 你想把一个昂贵的属性移到另一个实体,这样你就可以延迟加载当前这个实体.对于一个加载昂贵的而且很少用到的属性尤其有用. 解决方案 模型和上一节(Recipes 13-7)的一致,如Figure13-10所示 Figure 13-10. A model with a Resume entity with a Body property that contains the entire text of the applicant’s resume. In this recipe, we’ll m