- databaseChangeLogLockTableName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Table name to use for the databasechangelog.
- databaseChangeLogTableName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Table name to use for the databasechangelog.
- databaseClass - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
The class to use as the database object.
- dataDir - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Directory where insert statement csv files will be kept.
- defaultCatalogName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
The default catalog name to use the for database connection.
- defaultSchemaName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
The default schema name to use the for database connection.
- diffChangeLogFile - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
If this parameter is set, the changelog needed to "fix" differences between the two databases is output.
- diffExcludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Objects to be excluded from the changelog.
- diffExcludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Objects to be excluded from the changelog.
- diffIncludeCatalog - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Include the catalog in the diff output? If this is null then the catalog will not be included
- diffIncludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Objects to be included in the changelog.
- diffIncludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Objects to be included in the changelog.
- diffIncludeSchema - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Include the schema in the diff output? If this is null then the schema will not be included
- diffIncludeTablespace - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Include the tablespace in the diff output? If this is null then the tablespace will not be included
- diffTypes - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
- diffTypes - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
-
Performs the actual "update" work on the database.
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseMigrate
-
Deprecated.
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseMigrateSQL
-
Deprecated.
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUpdate
-
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateSQL
-
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateTestingRollback
-
- driver - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
The fully qualified name of the driver class to use to connect to the database.
- dropFirst - Variable in class org.liquibase.maven.plugins.LiquibaseUpdate
-
Whether or not to perform a drop on the database before executing the change.
- labels - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
The Liquibase labels to execute, which can be "," separated if multiple labels
are required or a more complex expression.
- LiquibaseChangeLogSyncMojo - Class in org.liquibase.maven.plugins
-
Marks all unapplied changes to the database as applied in the change log.
- LiquibaseChangeLogSyncMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncMojo
-
- LiquibaseChangeLogSyncSQLMojo - Class in org.liquibase.maven.plugins
-
Generates SQL that marks all unapplied changes as applied.
- LiquibaseChangeLogSyncSQLMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
-
- LiquibaseClearChecksumsMojo - Class in org.liquibase.maven.plugins
-
Clears all checksums in the current changelog, so they will be recalculated next update.
- LiquibaseClearChecksumsMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseClearChecksumsMojo
-
- LiquibaseDatabaseDiff - Class in org.liquibase.maven.plugins
-
Generates a diff between the specified database and the reference database.
- LiquibaseDatabaseDiff() - Constructor for class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
- LiquibaseDBDocMojo - Class in org.liquibase.maven.plugins
-
Generates dbDocs against the database.
- LiquibaseDBDocMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseDBDocMojo
-
- LiquibaseDropAll - Class in org.liquibase.maven.plugins
-
Drops all database objects in the configured schema(s).
- LiquibaseDropAll() - Constructor for class org.liquibase.maven.plugins.LiquibaseDropAll
-
- LiquibaseFutureRollbackSQL - Class in org.liquibase.maven.plugins
-
Generates the SQL that is required to rollback the database to current state after the next update.
- LiquibaseFutureRollbackSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
-
- LiquibaseGenerateChangeLogMojo - Class in org.liquibase.maven.plugins
-
Generates SQL that marks all unapplied changes as applied.
- LiquibaseGenerateChangeLogMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
- LiquibaseListLocksMojo - Class in org.liquibase.maven.plugins
-
Lists all Liquibase updater locks on the current database.
- LiquibaseListLocksMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseListLocksMojo
-
- LiquibaseMigrate - Class in org.liquibase.maven.plugins
-
Deprecated.
Use the LiquibaseUpdate class or Maven goal "update" instead.
- LiquibaseMigrate() - Constructor for class org.liquibase.maven.plugins.LiquibaseMigrate
-
Deprecated.
- LiquibaseMigrateSQL - Class in org.liquibase.maven.plugins
-
- LiquibaseMigrateSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseMigrateSQL
-
Deprecated.
- LiquibaseReleaseLocksMojo - Class in org.liquibase.maven.plugins
-
Removes any Liquibase updater locks from the current database.
- LiquibaseReleaseLocksMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseReleaseLocksMojo
-
- LiquibaseReportStatusMojo - Class in org.liquibase.maven.plugins
-
Prints which changesets need to be applied to the database.
- LiquibaseReportStatusMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseReportStatusMojo
-
- LiquibaseRollback - Class in org.liquibase.maven.plugins
-
Invokes Liquibase rollbacks the database to the specified using
pointing attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
- LiquibaseRollback() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollback
-
- LiquibaseRollback.RollbackType - Enum in org.liquibase.maven.plugins
-
- LiquibaseRollbackSQL - Class in org.liquibase.maven.plugins
-
Generates the SQL that is required to rollback the database using one or more of the specified
attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
- LiquibaseRollbackSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackSQL
-
- LiquibaseTag - Class in org.liquibase.maven.plugins
-
Writes a Liquibase tag to the database.
- LiquibaseTag() - Constructor for class org.liquibase.maven.plugins.LiquibaseTag
-
- LiquibaseUpdate - Class in org.liquibase.maven.plugins
-
Applies the DatabaseChangeLogs to the database.
- LiquibaseUpdate() - Constructor for class org.liquibase.maven.plugins.LiquibaseUpdate
-
- LiquibaseUpdateSQL - Class in org.liquibase.maven.plugins
-
Generates the SQL that is required to update the database to the current
version as specified in the DatabaseChangeLogs.
- LiquibaseUpdateSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseUpdateSQL
-
- LiquibaseUpdateTestingRollback - Class in org.liquibase.maven.plugins
-
Applies the DatabaseChangeLogs to the database, testing rollback.
- LiquibaseUpdateTestingRollback() - Constructor for class org.liquibase.maven.plugins.LiquibaseUpdateTestingRollback
-
- list(String, String, boolean, boolean, boolean) - Method in class org.liquibase.maven.plugins.MavenResourceAccessor
-
- LOG_SEPARATOR - Static variable in class org.liquibase.maven.plugins.MavenUtils
-
- logging - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Controls the level of logging from Liquibase when executing.