MyBatis教程目录时间:2023-03-08 19:40:21 MyBatis教程目录 2017-10-18 摘自 YSOcean MyBatis教程目录: 1 mybatis 详解(一)------JDBC 2 mybatis 详解(二)------入门实例(基于XML) 3 mybatis 详解(三)------入门实例(基于注解) 4 mybatis 详解(四)------properties以及别名定义 5 mybatis 详解(五)------动态SQL 6 mybatis 详解(六)------通过mapper接口加载映射文件 7 mybatis 详解(七)------一对一、一对多、多对多 MyBatis 详解(一对一,一对多,多对多) 8 mybatis 详解(八)------ 懒加载 9 mybatis 详解(九)------ 一级缓存、二级缓存 10 mybatis 详解(十)------ 逆向工程 11 mybatis 详解(十一)------ mybatis和spring整合