Ebean ORM Persistence Layer
Ebean is an open source (LGPL license) Java Object Relational Mapping tool.
It uses JPA Annotations (@entity, @OneToMany ...) for mapping. It provides
a simple API for fetching and saving object graphs.
Getting Started
There is an example application with embedded H2 database which is
a good place to get started with Ebean. Go to the downloads to get
the example application.