| Interface | Description |
|---|---|
| EbeanConfig |
| Class | Description |
|---|---|
| DefaultEbeanConfig |
Ebean server configuration.
|
| DefaultEbeanConfig.EbeanConfigParser | |
| EbeanDynamicEvolutions |
A Play module that automatically manages Ebean configuration.
|
| EbeanModule |
Injection module with default Ebean components.
|
| 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.
|