【Mybatis】 mapper XML 文件中使用 collection实现一对多关联
生活随笔
收集整理的這篇文章主要介紹了
【Mybatis】 mapper XML 文件中使用 collection实现一对多关联
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
前言
- Mybatis 一對一,使用 association 標(biāo)簽
- Mybatis 一對多,使用 collection 標(biāo)簽
- 本文主要說明 collection 實(shí)現(xiàn)一對多關(guān)聯(lián)。使用 association 實(shí)現(xiàn)一對一關(guān)聯(lián),參考這里 。
collection實(shí)現(xiàn)一對多關(guān)聯(lián)
<mapper namespace="..."><resultMap type="XX" id="XXMap"><result property="id" column="xx_id"/> <result property="name" column="xx_name"/> <result property="xxxId" column="xxx_id"/> ...<collection property="xxxList" javaType="ArrayList" column="{id = xxx_id}" select="getXXXList"/> </resultMap><resultMap type="XXX" id="XXXMap"><result property="id" column="xxx_id"/> <result property="name" column="xxx_name"/> ...</resultMap><select id="getXXXList" parameterType="map" resultMap="xxxMap">select * from xxx where xxx_id=#{id}</select> </mapper>總結(jié)
以上是生活随笔為你收集整理的【Mybatis】 mapper XML 文件中使用 collection实现一对多关联的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 一步搞定全屋WiFi覆盖全屋WIFI覆盖
- 下一篇: 惠普418一体机评测惠普打印机418评测