Hibernate中Many to one如何设置LAZY

 原先看到在Hibernate3以后能够在Many to one 的关系映射中设置lazy属性,对象      <many-to-one name="brother" column="brotherId" outer-join="false"  lazy="no-proxy" insert="true" update="false" cascade="none"/>table 还觉得和one to
相关文章
相关标签/搜索