Package | Description |
---|---|
org.liquibase.maven.plugins |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLiquibaseUpdateMojo
Liquibase Update Maven plugin.
|
class |
LiquibaseChangeLogSyncMojo
Marks all unapplied changes to the database as applied in the change log.
|
class |
LiquibaseChangeLogSyncSQLMojo
Generates SQL that marks all unapplied changes as applied.
|
class |
LiquibaseDatabaseDiff
Generates a diff between the specified database and the reference database.
|
class |
LiquibaseDBDocMojo
Generates dbDocs against the database.
|
class |
LiquibaseFutureRollbackSQL
Generates the SQL that is required to rollback the database to current state after the next update.
|
class |
LiquibaseMigrate
Deprecated.
Use the LiquibaseUpdate class or Maven goal "update" instead.
|
class |
LiquibaseMigrateSQL
Deprecated.
Use
LiquibaseUpdateSQL or Maven goal "updateSQL" instead. |
class |
LiquibaseReportStatusMojo
Prints which changesets need to be applied to the database.
|
class |
LiquibaseRollback
Invokes Liquibase rollbacks the database to the specified using
pointing attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
|
class |
LiquibaseRollbackSQL
Generates the SQL that is required to rollback the database using one or more of the specified
attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
|
class |
LiquibaseUpdate
Applies the DatabaseChangeLogs to the database.
|
class |
LiquibaseUpdateSQL
Generates the SQL that is required to update the database to the current
version as specified in the DatabaseChangeLogs.
|
class |
LiquibaseUpdateTestingRollback
Applies the DatabaseChangeLogs to the database, testing rollback.
|
Copyright © 2018 Liquibase.org. All rights reserved.