Hi All,
Version 1.3.2 of MyBatis Generator is released. It is available now
for download at Google code, and will be available in the Maven
central repo shortly.
A new version of the Eclipse plugin is also available.
You can read more on the wiki here:
http://code.google.com/p/mybatis/wiki/Generator
There are lots of fixes and enhancements in this new version. The
release notes are in the download bundle, or you can view them (in
their raw form) on google code here:
http://code.google.com/p/mybatis/source/browse/sub-projects/generator/tags/mybatis-generator-1.3.2/mybatis-generator-core/src/site/xhtml/whatsNew.xhtml
The most significant enhancement is the addition of a new target
runtime "MyBatis3Simple" that generates very simple CRUD code without
all the dynamic "by example" magic. This new target runtime is more
useful for projects that just want the basics.
The enhancements to the eclipse plugin are mainly in the area of
better support in the Java merger for newer Java features like generic
types and enums. Release notes for the plugin are in the eclipse
integrated help.
Enjoy!
Jeff Butler