Class JpaSpringLiquibaseFactoryBeanRegistrar.SpringLiquibaseFactoryBean

java.lang.Object
com.broadleafcommerce.common.jpa.data.entitymanager.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 Details

    • SpringLiquibaseFactoryBean

      public SpringLiquibaseFactoryBean()
  • Method Details

    • 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>
    • getProperties

      @Nullable public JpaPropertyRelated getProperties()
    • 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()
    • setProperties

      public void setProperties(@Nullable JpaPropertyRelated properties)
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object