1024programmer Blog mybatis uses the list collection as a parameter 2_mybatis recommends using a collection as a parameter?_bruobuqi0106’s blog

mybatis uses the list collection as a parameter 2_mybatis recommends using a collection as a parameter?_bruobuqi0106’s blog

1.mybatis uses the list collection as a parameter

Use the list entity class as a parameter for batch deletion
mapper.java

void deleteUserByIds(@Param("userlist") List list);
 

user.xml

 
   delete from user where id in
   
 #{item.id}
 
   
 

This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/mybatis-uses-the-list-collection-as-a-parameter-2_mybatis-recommends-using-a-collection-as-a-parameter_bruobuqi0106s-blog/

author: admin

Previous article
Next article

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: [email protected]

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索