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
Introduction to executing queries with Ebean.
Ebean supports fetching and saving partial objects.
This is an important feature for both performance and design.
... 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