
Mybatis
文章平均质量分 73
桥王
让代码将梦想照进现实
展开
-
mybatis 中collection 的用法
一、数据模型 2、Entity Doctorpublic class Doctor extends DataEntity{ private static final long serialVersionUID = 1L; private String doctorName ; //医生姓名 private String titl原创 2016-05-27 09:13:00 · 8318 阅读 · 2 评论 -
Mybatis 批量删除
最近公司要求使用Mybatis,突然发现面对Mybatis俺就是小白,so so so ... 将在项目开发中所遇到的问题记录下来。尽量写详细点 Mybatis foreach 批量删除传入参数List集合(List 、 List ..) UPDATE T_DOCTOR STATUS = '2' WHERE I原创 2016-05-30 15:00:02 · 375 阅读 · 0 评论