Uses of Annotation Interface
org.liquibase.maven.property.PropertyElement
Packages that use PropertyElement
-
Uses of PropertyElement in org.liquibase.maven.plugins
Fields in org.liquibase.maven.plugins with annotations of type PropertyElementModifier and TypeFieldDescriptionprotected BooleanAbstractLiquibaseMojo.analyticsEnabledEnable or disable sending product usage data and analytics to Liquibase.protected StringAbstractLiquibaseMojo.changeExecListenerClassSpecifies the fully qualified class name of the custom ChangeExecListenerprotected StringAbstractLiquibaseMojo.changeExecListenerPropertiesFileSpecifies the property file for controlling the custom ChangeExecListenerprotected StringAbstractLiquibaseMojo.changelogCatalogNameSpecifies the schema Liquibase will use to create your changelog tables.protected StringAbstractLiquibaseChangeLogMojo.changeLogDirectorySpecifies the directory where Liquibase can find your changelog file.protected StringAbstractLiquibaseChangeLogMojo.changeLogFileSpecifies the changelog file for Liquibase to use.protected StringAbstractLiquibaseMojo.changelogSchemaNameSpecifies the schema Liquibase will use to create your changelog table.protected StringLiquibaseDatabaseDiff.changeSetAuthorThe author to be specified for Changesets in the generated Change Log.protected StringLiquibaseGenerateChangeLogMojo.changeSetAuthorThe author to be specified for Changesets in the generated Change Log.protected StringLiquibaseGenerateChangeLogMojo.changeSetContextThe execution context to be used for Changesets in the generated Change Log, which can be "," separated if multiple contexts.protected intAbstractLiquibaseUpdateMojo.changesToApplyThe number of changes to apply to the database.protected booleanAbstractLiquibaseMojo.clearCheckSumsA flag that forces checksums to be cleared from the DATABASECHANGELOG table.protected StringAbstractLiquibaseChangeLogMojo.contextsSpecifies which contexts Liquibase will execute, which can be separated by a comma if multiple contexts are required.protected StringLiquibaseGenerateChangeLogMojo.contextsare required.protected StringAbstractLiquibaseMojo.databaseChangeLogLockTableNameSpecifies the table name to use for the DATABASECHANGELOGLOCK table.protected StringAbstractLiquibaseMojo.databaseChangeLogTableNameSpecifies the table name to use for the DATABASECHANGELOG table.protected StringAbstractLiquibaseMojo.databaseClassSpecifies the database object class.protected StringLiquibaseGenerateChangeLogMojo.dataDirDirectory where insert statement csv files will be kept.protected StringAbstractLiquibaseMojo.defaultCatalogNameSpecifies the default catalog name to use for the database connection.protected StringAbstractLiquibaseMojo.defaultSchemaNameSpecifies the default schema name to use for the database connection.protected StringLiquibaseDatabaseDiff.diffChangeLogFileIf this parameter is set, the changelog needed to "fix" differences between the two databases is output.protected StringLiquibaseDatabaseDiff.diffExcludeObjectsObjects to be excluded from the changelog.protected StringLiquibaseGenerateChangeLogMojo.diffExcludeObjectsObjects to be excluded from the changelog.protected booleanLiquibaseDatabaseDiff.diffIncludeCatalogInclude the catalog in the diff output?protected StringLiquibaseDatabaseDiff.diffIncludeObjectsObjects to be included in the changelog.protected StringLiquibaseGenerateChangeLogMojo.diffIncludeObjectsObjects to be included in the changelog.protected booleanLiquibaseDatabaseDiff.diffIncludeSchemaInclude the schema in the diff output?protected booleanLiquibaseDatabaseDiff.diffIncludeTablespaceInclude the tablespace in the diff output?protected StringLiquibaseDatabaseDiff.diffTypesList of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.protected StringLiquibaseGenerateChangeLogMojo.diffTypesList of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.protected StringAbstractLiquibaseMojo.driverSpecifies the driver class name to use for the database connection.protected booleanLiquibaseUpdate.dropFirstWhether or not to perform a drop on the database before executing the change.protected StringAbstractLiquibaseChangeLogMojo.duplicateFileModeHow to handle multiple files being found in the search path that have duplicate paths.protected booleanAbstractLiquibaseMojo.emptyPasswordDeprecated.Use an empty or null value for the password instead.protected booleanAbstractLiquibaseMojo.includeArtifactIncludes a Maven project artifact in the class loader which obtains the liquibase.properties and changelog files.protected BooleanLiquibaseGenerateChangeLogMojo.includeSchemaFlag to Indicate liquibase whether or not to include schema name on changelogprotected booleanAbstractLiquibaseMojo.includeTestOutputDirectoryIncludes the Maven test output directory in the class loader which obtains the liquibase.properties and changelog files.protected StringAbstractLiquibaseChangeLogMojo.labelFilterSpecifies which Liquibase labels Liquibase will execute, which can be separated by a comma if multiple labels are required or you need to designate a more complex expression.protected StringAbstractLiquibaseChangeLogMojo.labelsDeprecated.protected StringAbstractLiquibaseMojo.loggingDeprecated.Logging managed by mavenprotected StringAbstractLiquibaseMojo.logLevelDetermines the minimum log level liquibase uses when logging.protected FileLiquibaseChangeLogSyncSQLMojo.migrationSqlOutputFileThe file to output the Migration SQL script to, if it exists it will be overwritten.protected FileLiquibaseChangeLogSyncToTagSQLMojo.migrationSqlOutputFileThe file to output the Migration SQL script to, if it exists it will be overwritten.protected FileLiquibaseRollbackSQL.migrationSqlOutputFileThe file to output the Rollback SQL script to, if it exists it will be overwritten.protected FileLiquibaseUpdateSQL.migrationSqlOutputFileThe file to output the Migration SQL script to, if it exists it will be overwritten.protected StringLiquibaseGenerateChangeLogMojo.outputChangeLogFileThe target change log file to output to.protected booleanAbstractLiquibaseMojo.outputDefaultCatalogSpecifies whether to ignore the catalog/database name.protected booleanAbstractLiquibaseMojo.outputDefaultSchemaSpecifies whether to ignore the schema name.protected StringLiquibaseDatabaseDiff.outputFileWrite the output of the diff to a fileprotected FileLiquibaseFutureRollbackSQL.outputFileThe file to output the Rollback SQL script to, if it exists it will be overwritten.protected StringAbstractLiquibaseMojo.outputFileEncodingA flag which indicates you want to set the character encoding of the output file during the updateSQL phase.protected StringLiquibaseDatabaseDiff.outputSchemasOutput schemas names.protected booleanLiquibaseGenerateChangeLogMojo.overwriteOutputFileFlag to allow overwriting of output changelog fileprotected StringAbstractLiquibaseMojo.passwordSpecifies the database password for database connection.protected BooleanAbstractLiquibaseMojo.preserveSchemaCaseSpecifies whether to preserve the case of schemas and catalogsprotected booleanAbstractLiquibaseMojo.promptOnNonLocalDatabaseDeprecated.No longer promptsprotected StringAbstractLiquibaseMojo.propertyFileSpecifies the liquibase.properties you want to use to configure Liquibase.protected booleanAbstractLiquibaseMojo.propertyFileWillOverrideA flag which indicates you want the liquibase.properties file to override any settings provided in the Maven plugin configuration.protected StringAbstractLiquibaseMojo.propertyProviderClassSpecifies the property provider which must be a java.util.Properties implementation.protected StringLiquibaseDatabaseDiff.referenceDefaultCatalogNameThe reference database catalog.protected StringLiquibaseDatabaseDiff.referenceDefaultSchemaNameThe reference database schema.protected StringLiquibaseDatabaseDiff.referenceDriverThe fully qualified name of the driver class to use to connect to the reference database.protected StringLiquibaseDatabaseDiff.referencePasswordThe reference database password to use to connect to the specified database.protected StringLiquibaseDatabaseDiff.referenceSchemasSchemas names on reference database to use in diff.protected StringLiquibaseDatabaseDiff.referenceServerThe server id in settings.xml to use when authenticating with.protected StringLiquibaseDatabaseDiff.referenceUrlThe reference database URL to connect to for executing Liquibase.protected StringLiquibaseDatabaseDiff.referenceUsernameThe reference database username to use to connect to the specified database.protected StringLiquibaseDatabaseDiff.replaceIfExistsTypesSets replaceIfExists="true" for changes of the supported types, at the moment they are createView and createProcedure.protected StringLiquibaseGenerateChangeLogMojo.replaceIfExistsTypesSets replaceIfExists="true" for changes of the supported types, at the moment they are createView and createProcedure.protected StringLiquibaseDatabaseDiff.runOnChangeTypesSets runOnChange="true" for changesets containing solely changes of these types (e.g. createView, createProcedure, ...).protected StringLiquibaseGenerateChangeLogMojo.runOnChangeTypesSets runOnChange="true" for changesets containing solely changes of these types (e.g. createView, createProcedure, ...).protected StringLiquibaseDatabaseDiff.schemasSchemas on target database to use in diff.protected StringLiquibaseDropAll.schemasThe schemas to be dropped.protected StringLiquibaseGenerateChangeLogMojo.schemasSpecifies the a list of schemas to indicate liquibase where to apply change objects or where to read current state fromprotected StringAbstractLiquibaseMojo.searchPathSpecifies the locations where Liquibase can find your changelog files.protected booleanAbstractLiquibaseMojo.showBannerShow the liquibase banner in output.protected UpdateSummaryEnumAbstractLiquibaseUpdateMojo.showSummaryWhether or not to print a summary of the update operation.protected UpdateSummaryOutputEnumAbstractLiquibaseUpdateMojo.showSummaryOutputFlag to control where we show the summary.protected booleanAbstractLiquibaseMojo.skipSpecifies whether to skip running Liquibase.protected StringAbstractLiquibaseMojo.skipOnFileExistsSkip plugin execution if the specified file exists.protected BooleanAbstractLiquibaseMojo.suppressLiquibaseSqlWhen set to true, this global property prevents DBCL sql from being present in console and logs during *-sql commands, such as update-sql, rollback-sql, etc.protected PropertiesAbstractLiquibaseMojo.systemPropertiesSpecifies a list of system properties you want to pass to the database.protected StringLiquibaseChangeLogSyncSQLMojo.toTagUpdate to the changeSet with the given tag command.protected StringLiquibaseChangeLogSyncToTagMojo.toTagUpdate to the changeSet with the given tag command.protected StringLiquibaseChangeLogSyncToTagSQLMojo.toTagUpdate to the changeSet with the given tag command.protected StringAbstractLiquibaseMojo.urlSpecifies the database URL you want to use to execute Liquibase.protected booleanLiquibaseDatabaseDiff.useOrReplaceOptionFlag to allow adding 'OR REPLACE' option to the create view change object when generating changelog in SQL formatprotected booleanLiquibaseGenerateChangeLogMojo.useOrReplaceOptionFlag to allow adding 'OR REPLACE' option to the create view change object when generating changelog in SQL formatprotected StringAbstractLiquibaseMojo.usernameSpecifies the database username for database connection.protected booleanAbstractLiquibaseMojo.verboseControls the amount of output detail when you call the plugin.