想问一下这个element属性是什么意思
<set name="staffs" table="staff" lazy="true">
<key column="dept_id" />
<element column="name" type="string" not-null="true"/>
<!--为什么上面那句有的时候是<one-to-many> ?-->
</set>
I
<set name="staffs" table="staff" lazy="true">
<key column="dept_id" />
<element column="name" type="string" not-null="true"/>
<!--为什么上面那句有的时候是<one-to-many> ?-->
</set>
I












