Implementation code of mybatis transmission list

1. When there is only one query parameter

1.1 if the parameter type is list, the collection attribute must be specified as list when using

XML code

1.2 if the parameter type is array, the collection attribute must be specified as array when using

XML code

2. When there are multiple query parameters, such as findbyids (string name, long [] IDS)

In this case, you need to pay special attention. When passing parameters, you must use the map method instead, so that the name can be specified in the collection attribute

Here is an example

XML code

summary

The above is the implementation code of mybtis transmission list introduced by Xiaobian. I hope it will help you. If you have any questions, please leave me a message, and Xiaobian will reply to you in time. Thank you very much for your support for the programming tips website!

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>