|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.jdbc.datasource.embedded.AbstractEmbeddedDatabaseConfigurer
abstract class AbstractEmbeddedDatabaseConfigurer
Base class for EmbeddedDatabaseConfigurer implementations providing common shutdown behavior.
| Field Summary | |
|---|---|
protected Log |
logger
|
| Constructor Summary | |
|---|---|
AbstractEmbeddedDatabaseConfigurer()
|
|
| Method Summary | |
|---|---|
void |
shutdown(javax.sql.DataSource dataSource,
java.lang.String databaseName)
Shutdown the embedded database instance that backs dataSource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseConfigurer |
|---|
configureConnectionProperties |
| Field Detail |
|---|
protected final Log logger
| Constructor Detail |
|---|
AbstractEmbeddedDatabaseConfigurer()
| Method Detail |
|---|
public void shutdown(javax.sql.DataSource dataSource,
java.lang.String databaseName)
EmbeddedDatabaseConfigurer
shutdown in interface EmbeddedDatabaseConfigurerdataSource - the data sourcedatabaseName - the name of the database being shutdown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||