yojikのlog

yojikのブログです

Simple persistence for Java

ちょっと面白そうなO/Rマッパ。

It is designed to be easy to use (no xmls to write, no tables to create, no ids to generate, no primary keys to fiddle with, just point it to the database, check the apidoc for 3 basic methods and code away).

設定ファイル、テーブルのcreate、専用のid列いらずってことでかなりシンプル。そのわりに、独自のクエリ言語を持ってたり、Lazy初期化ができたり、1対他関連のフェッチとかもできるところがすごい。