public class LiquibaseDatabaseExtension
extends java.lang.Object
implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered
| Modifier and Type | Class and Description |
|---|---|
protected static class |
LiquibaseDatabaseExtension.LiquibaseDatabaseExtensionInterceptor |
| Constructor and Description |
|---|
LiquibaseDatabaseExtension() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.aop.Advisor |
createAdvisor(liquibase.integration.spring.SpringLiquibase liquibase) |
int |
getOrder() |
java.lang.Object |
postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName) |
java.lang.Object |
postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName) |
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic java.lang.Object postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName)
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessorpublic java.lang.Object postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName)
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessorprotected org.springframework.aop.Advisor createAdvisor(liquibase.integration.spring.SpringLiquibase liquibase)