Uses of Class
org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
Packages that use AbstractLiquibaseChangeLogMojo
-
Uses of AbstractLiquibaseChangeLogMojo in org.liquibase.maven.plugins
Subclasses of AbstractLiquibaseChangeLogMojo in org.liquibase.maven.pluginsModifier and TypeClassDescriptionclassLiquibase Update Maven plugin.classMarks all unapplied changes to the database as applied in the change log.classGenerates SQL that marks all unapplied changes as applied.classMarks all unapplied changes up to and include a specified tag to the database as applied in the change log.classGenerates SQL that marks all unapplied changes up to and including a specified tag as applied.classGenerates a diff between the specified database and the reference database.classGenerates dbDocs against the database.classGenerates the SQL that is required to rollback the database to current state after the next update.classPrints which changesets need to be applied to the database.classInvokes Liquibase to rollback the database (and mark changesets as unapplied).classGenerates the SQL that is required to rollback the database using one or more of the specified attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'classThe snapshot command captures the current state of the url database, which is the target database.classPrint a list of changesets that have been executed but are not in the current changelogclassApplies the DatabaseChangeLogs to the database.classGenerates the SQL that is required to update the database to the current version as specified in the DatabaseChangeLogs.classApplies the DatabaseChangeLogs to the database, testing rollback.classValidates liquibase changelog