Class JpaSpringLiquibaseFactoryBeanRegistrar.SpringLiquibaseFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<liquibase.integration.spring.SpringLiquibase>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware
    Enclosing class:
    JpaSpringLiquibaseFactoryBeanRegistrar

    public static class JpaSpringLiquibaseFactoryBeanRegistrar.SpringLiquibaseFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<liquibase.integration.spring.SpringLiquibase>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware
    • Constructor Detail

      • SpringLiquibaseFactoryBean

        public SpringLiquibaseFactoryBean()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • setResourceLoader

        public void setResourceLoader​(org.springframework.core.io.ResourceLoader resourceLoader)
        Specified by:
        setResourceLoader in interface org.springframework.context.ResourceLoaderAware
      • getObject

        public liquibase.integration.spring.SpringLiquibase getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<liquibase.integration.spring.SpringLiquibase>
      • getObjectType

        public Class<? extends liquibase.integration.spring.SpringLiquibase> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<liquibase.integration.spring.SpringLiquibase>
      • getLiquibase

        public liquibase.integration.spring.SpringLiquibase getLiquibase()
      • getResourceLoader

        public org.springframework.core.io.ResourceLoader getResourceLoader()
      • getDataSource

        public DataSource getDataSource()
      • getEnvironment

        public org.springframework.core.env.Environment getEnvironment()
      • setLiquibase

        public void setLiquibase​(liquibase.integration.spring.SpringLiquibase liquibase)
      • setDataSource

        public void setDataSource​(DataSource dataSource)
      • setEnvironment

        public void setEnvironment​(org.springframework.core.env.Environment environment)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object