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)
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..
