Abator1.0リリース

iBATIS支援ツールであるAbatorの1.0がリリースされました。
http://ibatis.apache.org/abator.html
0.6.5からの主要な変更点は以下の通りだそうです。

  • Ability to generate code for Java 5 including the use of parameterized types

Java5対応コード生成機能(パラメータ付きタイプに対応)

  • Ability to generate different types of domain models, including a flat model if you dislike separate classes for primary keys and BLOBs

自動生成するドメインモデルのバリエーションの追加(PKやBLOBを別クラスにしないことも可)

  • VASTLY improved "by example" methods. The new methods can generate virtually any where clause, including INs and BETWEENs, and the generated DOAs and SqlMaps are MUCH smaller. The new example class can get large, but most functions for the dynamic where clause are encapsulated into that class (this support requires that you use iBATIS 2.2.0 or higher for the nested support)

"by example"メソッドの大幅改善。(ただし動的Where句を使うためにはiBATIS2.2.0が必要)

  • VASTLY improved documentation for Abator, including a complete list of new features, is now available online here:

ドキュメントの大幅改善。
http://ibatis.apache.org/docs/tools/abator/