| org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer |
Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQL or H2. Create a implementation for each database type you wish to support; for example HSQL, H2, or some other type.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Configure the properties required to create and connect to the embedded database instance.
| |||||||||||
Shutdown the embedded database instance that backs dataSource.
| |||||||||||
Configure the properties required to create and connect to the embedded database instance.
| databaseName | the name of the test database |
|---|
Shutdown the embedded database instance that backs dataSource.
| dataSource | the data source |
|---|---|
| databaseName | the name of the database being shutdown |