public class StandaloneLiquibaseDatabaseUpdater extends AbstractLiquibaseDatabaseUpdater
CHANGESET_CONTEXT_CLIENT, CHANGESET_CONTEXT_GLOBAL, CHANGESET_CONTEXT_STANDALONE| Constructor and Description |
|---|
StandaloneLiquibaseDatabaseUpdater() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getContexts()
The contexts of the update.
|
protected String |
getDatabaseInformation(Connection connection)
Get some information about the database.
|
beforeDatabaseUpdate, doExecute, getConnection, getResourceLoader, getSessionFactoryImplementor, getUpdateDataProvider, prepareLiquibase, setResourceLoader, setSessionFactoryImplementor, setUpdateDataProvider, updateDatabase, updaterRunBeforeexecute, skipUpdates, updateDatabase, updateRunInSessionprotected String[] getContexts()
AbstractLiquibaseDatabaseUpdatergetContexts in class AbstractLiquibaseDatabaseUpdaterprotected String getDatabaseInformation(Connection connection)
AbstractLiquibaseDatabaseUpdatergetDatabaseInformation in class AbstractLiquibaseDatabaseUpdaterconnection - the database connection that was used in the update or null if the update failed
because no connection could be retrievedCopyright © 2019 Communote team. All rights reserved.