hibernate configration 双向关联

来源:互联网 发布:移动网络机顶盒价格表 编辑:程序博客网 时间:2024/05/02 00:56
<set name="orders" table="O2_customer">
<key>
<column name="cid"></column>
</key>
<one-to-many class="com.itheima.a_primer.oneToManyDouble.Order"/>
</set>
0 0