Ebean Introduction

There is an example application that is bundled with a H2 database. You can download and unzip the example. It is an eclipse project but if you are using another IDE it should be pretty simple to get running.

... download here

Ebean supports fetching and saving partial objects. This is an important feature for both performance and design.

... more info

Save and Delete is pretty simple with Ebean.

... more info

There are a number of ways to demarcate your transactions in Ebean. These including declaratively via @Transactional or several programatic approaches.

... more info

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