Package com.codeheadsystems.queue.util
Class LiquibaseHelper
java.lang.Object
com.codeheadsystems.queue.util.LiquibaseHelper
The type Liquibase helper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunLiquibase(Connection connection, String changeLogFile) Run liquibase.voidrunLiquibase(DataSource dataSource, String changeLogFile) Run liquibase.
-
Constructor Details
-
LiquibaseHelper
public LiquibaseHelper()Instantiates a new Liquibase helper.
-
-
Method Details
-
runLiquibase
Run liquibase.- Parameters:
dataSource- the data sourcechangeLogFile- the change log file
-
runLiquibase
Run liquibase.- Parameters:
connection- the connectionchangeLogFile- the change log file
-