MyBatis_多表查询的结果封装

文章目录 8.1. 多对一查询 8.1.1. 肯定查询需求 8.1.2. 多对一环境 8.1.3. 使用resultMap接收 1. mapper接口方法 2. 编写SQL片断 3. 编写resultMap 4. 测试 总结 8.1.4. 使用嵌套select查询 1. 编写resultMap+嵌套select 2. 编写statement 3. 编写Mapper接口方法 4. 测试 总结 8.1
相关文章
相关标签/搜索