Release News

  • 17 Dec 2009 - Release 2.3.0: Added CSV processing support, Enhanced Immutable Value Object support, bug fixes - x
  • 22 Nov 2009 - Release 2.2.0: Added Query joins and configurable batch lazy loading, bug fixes
  • 15 Sep 2009 - Release 2.1.0: Asynchrous Query execution, PagingList Query, Refactoring of cache (readOnly and sharedInstance support), bug fixes
  • 10 Aug 2009 - Release 2.0.2: Spring Integration module, bug fixes
  • 19 Jul 2009 - Release 2.0.0: DDL Generation, PropertyChangeSupport, findRowCount, Refactored programmatic configuration
  • 14 May 2009 - Release 1.2.0: Local sort/filtering, Update only changed properties, Enhanced Query execution statistics
  • 30 Mar 2009 - Release 1.1.0: Groovy and Scala support

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.

 

 

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