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, updaterRunBefore
execute, skipUpdates, updateDatabase, updateRunInSession
protected String[] getContexts()
AbstractLiquibaseDatabaseUpdater
getContexts
in class AbstractLiquibaseDatabaseUpdater
protected String getDatabaseInformation(Connection connection)
AbstractLiquibaseDatabaseUpdater
getDatabaseInformation
in class AbstractLiquibaseDatabaseUpdater
connection
- 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.