Package cronapp.framework.core.liquibase
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected liquibase.integration.spring.SpringResourceAccessorvoidsetMergedChangelogPath(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 Details
-
CronappLiquibase
public CronappLiquibase()
-
-
Method Details
-
getMergedChangelogPath
-
setMergedChangelogPath
-
createResourceOpener
protected liquibase.integration.spring.SpringResourceAccessor createResourceOpener()- Overrides:
createResourceOpenerin classliquibase.integration.spring.SpringLiquibase
-