abstract class AbstractEmbeddedDatabaseConfigurer extends java.lang.Object implements EmbeddedDatabaseConfigurer
EmbeddedDatabaseConfigurer implementations providing common shutdown behavior.| Modifier and Type | Field and Description |
|---|---|
protected Log |
logger |
| Constructor and Description |
|---|
AbstractEmbeddedDatabaseConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
shutdown(javax.sql.DataSource dataSource,
java.lang.String databaseName)
Shutdown the embedded database instance that backs the supplied
DataSource. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureConnectionPropertiespublic void shutdown(javax.sql.DataSource dataSource,
java.lang.String databaseName)
EmbeddedDatabaseConfigurerDataSource.shutdown in interface EmbeddedDatabaseConfigurerdataSource - the data sourcedatabaseName - the name of the database being shutdown