mybatis 对象中属性 包含List<String&g

2017-08-27  本文已影响3152人  角灯的技术博客

<resultMap type="Answer" id="answer"><id property="id" column=""/><result property="answer" column=""/><collection property="oid" ofType="int"><constructor><arg column=""/></constructor></collection><collection property="name" ofType="string"><constructor><arg column=""/></constructor></collection></resultMap>
通过Integer和String的构造函数注入,具体的字段名称自己对好入座

上一篇 下一篇

猜你喜欢

热点阅读