2019年2月16日

mybatis学习系列三(部分)

摘要: 1 forearch_oracle下批量保存(47) oracle批量插入 不支持values(),(),()方式 1、多个insert放在begin-end里面 begin insert into myemployeee(id,last_name,email,gender,dept_id) val 阅读全文

posted @ 2019-02-16 22:50 cslj2013 阅读(309) 评论(0) 推荐(0)

mybatis学习系列二

摘要: 1 参数处理(封装map过程)(23) 1.1)F5进入断点:Employee employee1=mapper.selectEmployeeByMap(map); 1.2)进入MapperProxy的invoke方法,跟踪到mapperMethod.execute(sqlSession, args 阅读全文

posted @ 2019-02-16 22:49 cslj2013 阅读(217) 评论(0) 推荐(0)

mybatis学习系列一

摘要: 1引入dtd约束(6) Mybatis git地址:https://github.com/mybatis/mybatis-3/wiki/Maven 指导手册:http://www.mybatis.org/mybatis-3/zh/getting-started.html 1.1)Maven项目引入m 阅读全文

posted @ 2019-02-16 22:48 cslj2013 阅读(200) 评论(0) 推荐(0)

配置文件读取工具类--PropertiesUtil

摘要: /** * 属性工具类 * @author admin * 参考:https://www.cnblogs.com/doudouxiaoye/p/5693454.html */ public class PropertiesUtil { private static Properties pro=nu 阅读全文

posted @ 2019-02-16 11:39 cslj2013 阅读(960) 评论(0) 推荐(0)

导航