<select id="findGrade" parameterType="int" resultMap="test">
select * from grade where id=#{id}
</select>
<resultMap id="test" type="com.hs.Entity.Grade">
<collection property="student" javaType="list"
ofType="com.hs.Entity.Student"
select="findStudent" column="gradeId">
</collection>
</resultMap>
<select id="findStudent" parameterType="int" resultType="com.hs.Entity.Student">
selcet * from student where id=#{id}
</select>
</mapper>
mybatis collection关联的时候,collection里面的sql一直不执行
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
1条回答 默认 最新
悬赏问题
- ¥15 用Multisim设计汽车尾灯控制电路
- ¥15 关于#java#的问题,请各位专家解答!(开发工具-eclipse)
- ¥100 求用matlab求解上述微分方程的程序代码
- ¥15 MAC安装佳能LBP2900驱动的网盘提取码
- ¥400 微信停车小程序谁懂的来
- ¥15 ATAC测序到底用什么peak文件做Diffbind差异分析
- ¥15 安装ubantu过程中第一个vfat 文件挂载失败
- ¥20 GZ::CTF如何兼容一些靶机?
- ¥15 etcd集群部署问题
- ¥20 谁可以帮我一下问一下各位