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 Summary
Constructors Constructor Description SpringLiquibaseFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()protected booleancanEqual(Object other)booleanequals(Object o)DataSourcegetDataSource()org.springframework.core.env.EnvironmentgetEnvironment()liquibase.integration.spring.SpringLiquibasegetLiquibase()liquibase.integration.spring.SpringLiquibasegetObject()Class<? extends liquibase.integration.spring.SpringLiquibase>getObjectType()JpaPropertyRelatedgetProperties()org.springframework.core.io.ResourceLoadergetResourceLoader()inthashCode()voidsetDataSource(DataSource dataSource)voidsetEnvironment(org.springframework.core.env.Environment environment)voidsetLiquibase(liquibase.integration.spring.SpringLiquibase liquibase)voidsetProperties(JpaPropertyRelated properties)voidsetResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)StringtoString()
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
- Specified by:
setResourceLoaderin interfaceorg.springframework.context.ResourceLoaderAware
-
getObject
public liquibase.integration.spring.SpringLiquibase getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<liquibase.integration.spring.SpringLiquibase>
-
getObjectType
public Class<? extends liquibase.integration.spring.SpringLiquibase> getObjectType()
- Specified by:
getObjectTypein interfaceorg.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)
-
canEqual
protected boolean canEqual(Object other)
-
-