Release News
- Expected 25 Nov 2008 - Release 1.0.0:
Adds declarative @Transactional support.
- 21 Oct 2008 - Release 0.9.8:
Adds support for Enhancement via javaagent, Ant and Eclipse IDE Plugin.
Refer to the User Guide for details.
- 13 Apr 2008 - Release 0.9.7:
Adds AutoFetch automatic query tuning.
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.