0

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

2
  • There is a complete example here: github.com/mybatis/mybatis-dynamic-sql/blob/… Commented Jul 10, 2021 at 13:08
  • You can use MyBatis Generator to create some of the support classes for your table. Commented Jul 10, 2021 at 13:10

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.