使用resultMap实现ibatis复合数据结构查询(1.多重属性查询;2.属【点击查看详情】
使用resultMap实现ibatis复合数据结构查询(1.多重属性查询;2.属:以订单为例,直接上代码: 1.多重属性查询 java实体 public class OrderDetail { @XmlElement(required = true) protected String orderSn; @XmlElement(required = true) protected String orderAmount; @
相关视频/文章