xml文件的一对多查询
2021/9/2 23:36:53
本文主要是介绍xml文件的一对多查询,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
<resultMap type="com.medaxis.hpams.target.domain.AO.MpTargetAO" id="MpTargetResult"> <result property="id" column="id" /> <result property="targetNum" column="target_num" /> <collection property="files" column="attachment" javaType="ArrayList" ofType="string" select="getFileList"/> </resultMap> <sql id="selectMpTargetVo"> select id, target_num, target_name, target_property, unit, recognition_degree, target_guide, hope_guide, display_form, compute_type, target_definition, target_meaning, attachment, delete_flag from mp_target </sql> <select id="getFileList" resultType="string" parameterType="int"> select name from mp_file_info where common_id=#{attachment} </select>
oftype:List的实体类
javaType: 属性类型
这篇关于xml文件的一对多查询的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-10-10XMLHTTPRequest项目实战:从入门到上手
- 2024-02-26lxml not found please install it
- 2022-09-16使用Druid数据源-开启监控-xml的方式-配置类的方式
- 2022-09-08IDEA中pom.xml配置文件依赖文件版本号报红的最有效解决办法
- 2022-09-05如何更换项目中web.xml的版本
- 2022-09-02使用dom4j xml解析文件数据
- 2022-08-24可扩展标记语言——XML
- 2022-08-23mybatis 配置文件mybatis.xml的加载过程
- 2022-08-162022最新有效 哔哩哔哩Bilibili手机端.m4s文件缓存转.mp4教程 支持每个视频单独一个文件夹 支持转换xml弹幕
- 2022-08-15mybatis_8_在pom.xml中添加lombok