Class CronappLiquibase

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware

    public class CronappLiquibase
    extends liquibase.integration.spring.SpringLiquibase
    • Field Summary

      • Fields inherited from class liquibase.integration.spring.SpringLiquibase

        beanName, changeLog, clearCheckSums, contexts, databaseChangeLogLockTable, databaseChangeLogTable, dataSource, defaultSchema, dropFirst, labels, liquibaseSchema, liquibaseTablespace, log, parameters, resourceLoader, rollbackFile, shouldRun, tag, testRollbackOnUpdate
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected liquibase.integration.spring.SpringResourceAccessor createResourceOpener()  
      String getMergedChangelogPath()  
      void setMergedChangelogPath​(String mergedChangelogPath)  
      • Methods inherited from class liquibase.integration.spring.SpringLiquibase

        afterPropertiesSet, createDatabase, createLiquibase, getBeanName, getChangeLog, getContexts, getDatabaseChangeLogLockTable, getDatabaseChangeLogTable, getDatabaseProductName, getDataSource, getDefaultSchema, getLabels, getLiquibaseSchema, getLiquibaseTablespace, getResourceLoader, getTag, isClearCheckSums, isDropFirst, isIgnoreClasspathPrefix, isTestRollbackOnUpdate, performUpdate, setBeanName, setChangeLog, setChangeLogParameters, setClearCheckSums, setContexts, setDatabaseChangeLogLockTable, setDatabaseChangeLogTable, setDataSource, setDefaultSchema, setDropFirst, setIgnoreClasspathPrefix, setLabels, setLiquibaseSchema, setLiquibaseTablespace, setResourceLoader, setRollbackFile, setShouldRun, setTag, setTestRollbackOnUpdate, toString
    • Constructor Detail

      • CronappLiquibase

        public CronappLiquibase()
    • Method Detail

      • getMergedChangelogPath

        public String getMergedChangelogPath()
      • setMergedChangelogPath

        public void setMergedChangelogPath​(String mergedChangelogPath)
      • createResourceOpener

        protected liquibase.integration.spring.SpringResourceAccessor createResourceOpener()
        Overrides:
        createResourceOpener in class liquibase.integration.spring.SpringLiquibase