Geek

博客园 首页 新随笔 联系 订阅 管理

2020年10月22日 #

摘要: @Test // 测试自动映射 public void testAutoMapping() throws IOException { // 2.获取sqlSession SqlSession sqlSession = sqlSessionFactory.openSession(); // 3.获取对 阅读全文
posted @ 2020-10-22 20:07 .geek 阅读(368) 评论(0) 推荐(0) 编辑

摘要: 什么是嵌套结果?: 即一条 sql 语句搞定关联关系 什么是嵌套查询:? 两个以上 的 方式搞定 关联关系 第一种 管理系统用的比较多 设置 fetchType 可以实现一个 按需加载 result Map 高级用法: 使用 extend 关键字 集成 resultMap <?xml version 阅读全文
posted @ 2020-10-22 14:31 .geek 阅读(114) 评论(0) 推荐(0) 编辑

摘要: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http:// 阅读全文
posted @ 2020-10-22 13:21 .geek 阅读(168) 评论(0) 推荐(0) 编辑