mybatis-mapper / mapper

MyBatis Mapper
https://mapper.mybatis.io
Apache License 2.0
325 stars 47 forks source link

通用mapper不支持批量更新和批量插入方法吗 #37

Closed liuqiang123456 closed 1 year ago

liuqiang123456 commented 2 years ago

通用mapper不支持批量更新和批量插入方法吗

abel533 commented 2 years ago

支持,updateByExample是批量更新。ListMapper是批量插入。

NsGFr commented 2 years ago

Entity的List或者数组,根据Entity的主键进行批量更新呢?:)

abel533 commented 2 years ago

@NsGFr 可以提交PR看看。

abel533 commented 1 year ago

已有实现