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 Constructor Description CronappLiquibase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected liquibase.integration.spring.SpringResourceAccessorcreateResourceOpener()StringgetMergedChangelogPath()voidsetMergedChangelogPath(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
-
-
-
-
Method Detail
-
getMergedChangelogPath
public String getMergedChangelogPath()
-
setMergedChangelogPath
public void setMergedChangelogPath(String mergedChangelogPath)
-
createResourceOpener
protected liquibase.integration.spring.SpringResourceAccessor createResourceOpener()
- Overrides:
createResourceOpenerin classliquibase.integration.spring.SpringLiquibase
-
-