Class BeanAwareSpringLiquibase
java.lang.Object
liquibase.integration.spring.SpringLiquibase
org.qubership.atp.tdm.configuration.BeanAwareSpringLiquibase
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ResourceLoaderAware
public class BeanAwareSpringLiquibase
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 TypeMethodDescriptionstatic final <T> TStatic method for get beans in liquibase task changes.voidsetResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) Methods inherited from class liquibase.integration.spring.SpringLiquibase
afterPropertiesSet, createDatabase, createLiquibase, createResourceOpener, 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, setRollbackFile, setShouldRun, setTag, setTestRollbackOnUpdate, toString
-
Constructor Details
-
BeanAwareSpringLiquibase
public BeanAwareSpringLiquibase()
-
-
Method Details
-
getBean
Static method for get beans in liquibase task changes.- Throws:
Exception
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) - Specified by:
setResourceLoaderin interfaceorg.springframework.context.ResourceLoaderAware- Overrides:
setResourceLoaderin classliquibase.integration.spring.SpringLiquibase
-