public interface EmbeddedDatabaseConfigurer
Modifier and Type | Method and Description |
---|---|
void |
configureConnectionProperties(ConnectionProperties properties,
String databaseName)
Configure the properties required to create and connect to the embedded database instance.
|
void |
shutdown(DataSource dataSource,
String databaseName)
Shutdown the embedded database instance that backs dataSource.
|
void configureConnectionProperties(ConnectionProperties properties, String databaseName)
properties
- connection properties to configuredatabaseName
- the name of the test databasevoid shutdown(DataSource dataSource, String databaseName)
dataSource
- the data sourcedatabaseName
- the name of the database being shutdown