Class CronappLiquibase

java.lang.Object
liquibase.integration.spring.SpringLiquibase
cronapp.framework.core.liquibase.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected liquibase.integration.spring.SpringResourceAccessor
     
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CronappLiquibase

      public CronappLiquibase()
  • Method Details

    • 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