An Easier Java ORM(7) おわりに

http://www.javalobby.org/articles/activeobjects/の日本語訳です。<< An Easier Java ORM(6) 動く! - 目次に戻る

おわりに - Conclusion

ActiveObjectsは強力で効率がよくとても分かりやすいJavaのORMです。文法は柔軟で使いやすいですし、広範囲に及ぶ設定が不要なので大量のXMLファイルや何百行ものコードはいりません。Java言語の文法を簡単にする仕組みを使っているので、ActiveObjectではどのようなスキーマの要件でも、コードを増やしたり複雑にしたりすることなく、簡単に満足できます。

ActiveObjects is a powerful, efficient and highly-intuitive Java ORM. Its syntax is flexible and easy to use, and its lack of extensive configuration requirements means it can cut out dozens of XML files and hundreds of lines of code. By utilizing certain syntax-streamlining features in the Java language, ActiveObjects is able to easily accommodate almost any schema requirements without bulking up your code or introducing complexity.

<< An Easier Java ORM(6) 動く! - 目次に戻る