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 Details

    • SampleappLiquibase

      public SampleappLiquibase()
  • Method Details

    • createInitialSchema

      public void createInitialSchema(Connection connection) throws liquibase.exception.LiquibaseException
      Throws:
      liquibase.exception.LiquibaseException
    • updateSchema

      public void updateSchema(Connection connection) throws liquibase.exception.LiquibaseException
      Throws:
      liquibase.exception.LiquibaseException
    • applyLiquibaseChangelist

      private void applyLiquibaseChangelist(Connection connection, String changelistClasspathResource) throws liquibase.exception.LiquibaseException
      Throws:
      liquibase.exception.LiquibaseException