摘要: dao provider 阅读全文
posted @ 2018-11-05 23:52 深沉有点事 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 二级缓存 阅读全文
posted @ 2018-11-05 23:51 深沉有点事 阅读(208) 评论(0) 推荐(0) 编辑
摘要: insert into student(tname,tage,score) values(#{name}, #{age}, #{score}) delete from student where tid=#{xxx} update student set tname=#{nam... 阅读全文
posted @ 2018-11-05 23:47 深沉有点事 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 多表连接查询 多表单独查询 多表复杂查询 阅读全文
posted @ 2018-11-05 23:45 深沉有点事 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 1.one2many-多表连接查询 2.one2many-多表单独查询 3.one2many-多表单独查询2 4.many2one-多表单独查询 阅读全文
posted @ 2018-11-05 23:41 深沉有点事 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 多表连接 多表单独 多表连接2 多表单独2 阅读全文
posted @ 2018-11-05 23:31 深沉有点事 阅读(539) 评论(0) 推荐(0) 编辑
摘要: 多表连接查询 多表单独查询 阅读全文
posted @ 2018-11-05 23:26 深沉有点事 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 多表单独查询、 阅读全文
posted @ 2018-11-05 23:21 深沉有点事 阅读(233) 评论(0) 推荐(0) 编辑
摘要: insert into student(name,age,score) values(#{name}, #{age}, #{score}) insert into student(name,age,score) values(#{name}, #{age}, #{score}) ... 阅读全文
posted @ 2018-11-05 23:20 深沉有点事 阅读(192) 评论(0) 推荐(0) 编辑
摘要: id,name,age,score 阅读全文
posted @ 2018-11-05 23:18 深沉有点事 阅读(112) 评论(0) 推荐(0) 编辑