[ANNOUNCE] MyBatis Generator Version 1.3.2 Released

120 views
Skip to first unread message

Jeff Butler

unread,
Jul 16, 2012, 3:48:43 PM7/16/12
to mybati...@googlegroups.com
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

Kurth, Felix

unread,
Jul 17, 2012, 4:12:24 AM7/17/12
to mybati...@googlegroups.com
Thanks for the Release!

Especially the "MyBatis3Simple" runtime is well appreciated.
A question on that:
With that runtime, no more "Base_Column_List" is generated which I'm using heavily in my derived mappers. Is it possible to have best of both worlds, the simple runtime with the separate column-list? Same question applies for the "*Selective"-methods.

Regards, Felix

Jeff Butler

unread,
Jul 17, 2012, 9:18:56 AM7/17/12
to mybati...@googlegroups.com
My goal with the simple runtime was no dynamic sql, no includes, etc.
Just the very basics.

You can configure the regular runtime so that no "by example" stuff is
generated - that may be more what you need.

Jeff Butler
Reply all
Reply to author
Forward
0 new messages