Class LiquibaseMongodbConfig
java.lang.Object
io.quarkus.liquibase.mongodb.runtime.LiquibaseMongodbConfig
@ConfigRoot(name="liquibase-mongodb",
phase=RUN_TIME)
public class LiquibaseMongodbConfig
extends Object
The liquibase configuration
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe parameters to be passed to the changelog.booleanThe clean at start flagThe list of contextsThe default catalog nameThe default schema namebooleanFlag to enable / disable Liquibase.The list of labelsThe liquibase tables catalog nameThe liquibase tables schema nameThe liquibase tables tablespace namebooleanThe migrate at start flagbooleanThe validate on update flag -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
@ConfigItem(defaultValue="true") public boolean enabledFlag to enable / disable Liquibase. -
migrateAtStart
@ConfigItem public boolean migrateAtStartThe migrate at start flag -
validateOnMigrate
@ConfigItem(defaultValue="true") public boolean validateOnMigrateThe validate on update flag -
cleanAtStart
@ConfigItem public boolean cleanAtStartThe clean at start flag -
changeLogParameters
The parameters to be passed to the changelog. Defined as key value pairs. -
contexts
The list of contexts -
labels
The list of labels -
defaultCatalogName
The default catalog name -
defaultSchemaName
The default schema name -
liquibaseCatalogName
The liquibase tables catalog name -
liquibaseSchemaName
The liquibase tables schema name -
liquibaseTablespaceName
The liquibase tables tablespace name
-
-
Constructor Details
-
LiquibaseMongodbConfig
public LiquibaseMongodbConfig()
-