日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

mybaits十三:使用collection分布查询

發(fā)布時間:2025/6/15 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 mybaits十三:使用collection分布查询 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

?DepartmentMapper.xml的sql配置文件

<resultMap type="com.atChina.bean.Department" id="defineDeptStep"><id column="deptno" property="deptno"/><result column="dname" property="dname"/><result column="loc" property="loc"/><collection property="emps" select="com.atChina.dao.EmployeePlusMapper.getEmpsByDep"column="{deptno}"></collection></resultMap><select id="getDepartByDeptnoStep" resultMap="defineDeptStep">select * from depttest a where a.deptno = #{deptno}</select>

EmployeePlusMapper.xml的sql配置文件

<select id="getEmpsByDep" resultType="com.atChina.bean.Employee">select *from emptest a where a.deptno = #{deptno}</select>

?

參數(shù)傳遞多列

如果將多列的值傳遞過去,可以將多列的值封裝map傳遞

? ? ? ? ? ? ? column="{key1=column1, key2=column2}"

《新程序員》:云原生和全面數(shù)字化實踐50位技術(shù)專家共同創(chuàng)作,文字、視頻、音頻交互閱讀

總結(jié)

以上是生活随笔為你收集整理的mybaits十三:使用collection分布查询的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。