Package io.quarkus.liquibase
Class LiquibaseFactory
java.lang.Object
io.quarkus.liquibase.LiquibaseFactory
-
Constructor Summary
ConstructorsConstructorDescriptionLiquibaseFactory(LiquibaseConfig config, DataSource datasource, String dataSourceName) -
Method Summary
Modifier and TypeMethodDescriptionliquibase.ContextsCreates the default contexts base on the configurationliquibase.LabelExpressionCreates the default labels base on the configurationliquibase.Liquibase
-
Constructor Details
-
LiquibaseFactory
-
-
Method Details
-
createLiquibase
public liquibase.Liquibase createLiquibase() -
getConfiguration
-
createLabels
public liquibase.LabelExpression createLabels()Creates the default labels base on the configuration- Returns:
- the label expression
-
createContexts
public liquibase.Contexts createContexts()Creates the default contexts base on the configuration- Returns:
- the contexts
-
getDataSourceName
-
createResettableSystemProperties
-