您的位置:首页 > 其它

怎么用git clone 远程的所有分支

2013-06-06 20:50 387 查看
如题,

<hibernate-mapping>
<class name="org.sakaiproject.model.model.Teacher" table="teacher"
lazy="true">
<id name="zgh" type="string">
<column name="ZGH" length="10" />
<generator class="assigned" />
</id>
....................................
<component name="teaDetail"
class="org.sakaiproject.model.model.TeacherDetail" lazy="true">
..........................
</component>
</class>
</hibernate-mapping>

hibernate的component标签,究竟能不能lazy load

怎么感觉lazy="true"和lazy="false"
出来的sql是一样的.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: