Thursday, December 21, 2017

MyBatis Generator Version 1.3.6 Released

Dear community,

There is a new version of MyBatis Generator.  This release contains quite a few bug fixes and enhancements.  The most significant enhancement is support for a new type of generated code that is based on MyBatis Dynamic SQL.

You can read more about it on the "What's New" page here http://www.mybatis.org/generator/whatsNew.html

Full details are on the GitHub release page here: https://github.com/mybatis/generator/releases/tag/mybatis-generator-1.3.6

Enjoy!

MyBatis Dynamic SQL version 1.0.0 Released

MyBatis Dynamic SQL is a new project in the MyBatis family.  It is an SQL generator with support for MyBatis and Spring JDBC templates.  Probably most significant is that it will greatly improve the code generated by MyBatis generator.

You can read all about it here: http://www.mybatis.org/mybatis-dynamic-sql/docs/introduction.html

Enjoy!