Top "Ibatis" questions

iBatis is an object-relational mapping framework for Java.

MyBatis Batch Insert/Update Using Annotations

Please let me know, how to perform batch insert/update in mybatis using annotated mappers.

mybatis ibatis spring-mybatis
MyBatis 3.0.1 insert problem

Decided to move one of my project from iBatis to MyBatis and ran into a problem with insert. mapper xml: &…

java ibatis mybatis
How can I reuse an SQL fragment with parameters?

I'm intending to make a fragment for reusing with parameters. <insert ...> <selectKey keyProperty="id" resultType="_long" order="…

mybatis ibatis