Mybatis - BatchInsert - Dynamic SQL

466 views Asked by At

Anyone used this following BatchInsert with mybatis: (the documentation is bit not clear for me interms of implementation)

https://mybatis.org/mybatis-dynamic-sql/docs/insert.html

Don't know where that insert() method is coming from (I dont think it is within mapper)

enter image description here

My requirememt is in here Using HashMap dynamically for parameter mapping in mybatis

Due to performance issues I am not able to use the solution mentioned there. So just checking this mybatis dynamic sql..

0

There are 0 answers