Class SampleappLiquibase
java.lang.Object
no.priv.bang.karaf.liquibase.runner.LiquibaseClassPathChangeLogRunner
no.priv.bang.sampleapp.db.liquibase.SampleappLiquibase
public class SampleappLiquibase
extends no.priv.bang.karaf.liquibase.runner.LiquibaseClassPathChangeLogRunner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidapplyLiquibaseChangelist(Connection connection, String changelistClasspathResource) voidcreateInitialSchema(Connection connection) voidupdateSchema(Connection connection) Methods inherited from class no.priv.bang.karaf.liquibase.runner.LiquibaseClassPathChangeLogRunner
applyLiquibaseChangelist
-
Constructor Details
-
SampleappLiquibase
public SampleappLiquibase()
-
-
Method Details
-
createInitialSchema
public void createInitialSchema(Connection connection) throws liquibase.exception.LiquibaseException - Throws:
liquibase.exception.LiquibaseException
-
updateSchema
- Throws:
liquibase.exception.LiquibaseException
-
applyLiquibaseChangelist
private void applyLiquibaseChangelist(Connection connection, String changelistClasspathResource) throws liquibase.exception.LiquibaseException - Throws:
liquibase.exception.LiquibaseException
-