Downloads

Goto SourceForge to Download Ebean

FUTURE PLANS

FUTURE: Release 1.0.0 - expected Dec

API CHANGES: Possible... exception translation for Unique Constraint and Foreign Key violation (specific to databases).

OTHER CHANGES: Support for Declarative Transactions via annotations and Spring Transaction integration.

 

FUTURE: DAO framework - expected Nov

A separate DAO Framework is under development. This is an optional extra and may not suit many people - but it looks interesting and maybe helpful or supply some ideas for developing your own DAO / Repository / Service layer.

CURRENT RELEASE

Release 0.9.8 - 22 Oct 2008

API CHANGES: Added Timeout to Query. Removed EqualsMode annotation.

OTHER: Add support for enhancement (via javaagent, Ant task and Eclipse IDE Plugin). The User Guide includes a section on Enhancement vs Subclass Generation and Field access vs Property access. IMO these are good topics to review when you get a chance (All feedback welcome - thanks). Also refer to the Release Notes.

BUGS:
Bug 45:Query not serializable
Bug 46:Reserved words as Table Alias

PAST RELEASES

Release 0.9.7 - 13 Apr 2008

Note that this release includes a sample eclipse project with local H2 database already populated.

API CHANGES: Refer to Release Notes.

OTHER: AutoFetch - automatic query tuning.

Release 0.9.6 - 12 Mar 2008

API CHANGES: Tidy the Query API, added Validation, added MetaQueryStatistic.

OTHER: Bug fixes, refactoring. This is the Last version with the deprecated Find objects.

Release notes:

Release 0.9.5 - 7 Feb 2008

Added the new Query object (and SqlQuery) which deprecates the current Find objects. This includes support for java generics and partial objects (both to query and save).

Introduction User Guide (pdf) Install/Configure Public JavaDoc Whitepapers
General Database Specific Byte Code Deployment Annotations Features
Top Bugs Top Enhancements
woResponse