mybatis中使用map,进行update或insert

Posted ukong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis中使用map,进行update或insert相关的知识,希望对你有一定的参考价值。

当update一个对象时,可以用Map

 

 在 xml 中 values 的值就是map的key,map的value是前端传来的,这样就不用parameterType=“********.user”  更新时就少些很多<if test=" pwd != null">去判断

以上是关于mybatis中使用map,进行update或insert的主要内容,如果未能解决你的问题,请参考以下文章

mybatis

Springboot + MyBatis入门培训 2 增改删除与查询 in like foreach操作

MyBatis传入参数为集合 list 数组 map写法

MyBatis传入集合 list 数组 map参数的写法

MyBatis传入参数为集合 list 数组 map写法

MyBatis之传入参数