| 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.
|
| EbeanParsedConfig |
The raw parsed config from Ebean, as opposed to the EbeanConfig which actually requires starting database connection
pools to create.
|
| ModelsConfigLoader |
Given a classloader, load the models configuration.
|
| TransactionalAction |
Wraps an action in an Ebean transaction.
|
| Annotation Type | Description |
|---|---|
| Transactional |
Wraps the annotated action in an Ebean transaction.
|