摘要: hibernate抓取策略(单端代理的批量抓取)保持默认,同fetch="select",如:<many-to-one name="classes" column="classesid" fetch="select"/>fetch="select",另外发送一条select语句抓取当前对象关联实体或集合使用join其实集合的lazy已经失效hibernate抓取策略(单端代理的批量抓取... 阅读全文
posted @ 2009-05-12 20:17 IT Person 阅读(516) 评论(0) 推荐(0)