Search code examples
javaibatismybatis

In which state is MyBatis' (iBatis) Abator? Is there any other tool?


I stumbled accross Abator @ http://ibatis.apache.org/docs/tools/abator/ by chance, which promises to be a code generator for myBatis (iBatis) mapping files. Looks promising, but I cannot find any information about the state of the project or any download link.

Does anybody know, if Abator is still actively developed? Is there a successor?


Solution

  • Mybatis Generator tool is available and it generates code/artifacts for both ibatis2 and ibatis3(Mybatis)

    Its can be downloaded from here