<set name="productInfos" inverse="true" order-by="productInfoId" >
<key>
<column name="ProductCategoryCode" length="20" />
</key>
<one-to-many class="com.sitow.bakeproduct.hibernate.vo.ProductInfo" />
</set>
order-by="productInfoId" 加一个order-by属性,他的值是set集合中的对象的一个字段
<key>
<column name="ProductCategoryCode" length="20" />
</key>
<one-to-many class="com.sitow.bakeproduct.hibernate.vo.ProductInfo" />
</set>
order-by="productInfoId" 加一个order-by属性,他的值是set集合中的对象的一个字段