| Class | Description |
|---|---|
| EbeanPlugin |
A Play plugin that automatically manages Ebean configuration.
|
| Model |
Base-class for Ebean-mapped models that provides convenience methods.
|
| Model.Finder<I,T> |
Helper for Ebean queries.
|
| TransactionalAction |
Wraps an action in an Ebean transaction.
|
| Annotation Type | Description |
|---|---|
| Transactional |
Wraps the annotated action in an Ebean transaction.
|