| Enum | Description |
|---|---|
| AutoConfigureEmbeddedDatabase.DatabaseProvider |
The supported providers for creating embedded databases.
|
| AutoConfigureEmbeddedDatabase.DatabaseType |
The supported types of embedded databases.
|
| AutoConfigureEmbeddedDatabase.RefreshMode |
The supported refresh modes.
|
| AutoConfigureEmbeddedDatabase.Replace |
What the test database can replace.
|
| Annotation Type | Description |
|---|---|
| AutoConfigureEmbeddedDatabase |
Annotation that can be applied to a test class to configure an embedded database to use
instead of any application defined
DataSource. |
| AutoConfigureEmbeddedDatabases |
Container annotation that aggregates several
AutoConfigureEmbeddedDatabase annotations. |