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
- 
Field SummaryFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected booleanbooleanorg.springframework.core.env.Environmentliquibase.integration.spring.SpringLiquibaseliquibase.integration.spring.SpringLiquibaseClass<? extends liquibase.integration.spring.SpringLiquibase>org.springframework.core.io.ResourceLoaderinthashCode()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) toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
SpringLiquibaseFactoryBeanpublic SpringLiquibaseFactoryBean()
 
- 
- 
Method Details- 
afterPropertiesSet- Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
- Throws:
- Exception
 
- 
setResourceLoaderpublic void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) - Specified by:
- setResourceLoaderin interface- org.springframework.context.ResourceLoaderAware
 
- 
getObjectpublic liquibase.integration.spring.SpringLiquibase getObject()- Specified by:
- getObjectin interface- org.springframework.beans.factory.FactoryBean<liquibase.integration.spring.SpringLiquibase>
 
- 
getObjectType- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<liquibase.integration.spring.SpringLiquibase>
 
- 
getProperties
- 
getLiquibasepublic liquibase.integration.spring.SpringLiquibase getLiquibase()
- 
getResourceLoaderpublic org.springframework.core.io.ResourceLoader getResourceLoader()
- 
getDataSource
- 
getEnvironmentpublic org.springframework.core.env.Environment getEnvironment()
- 
setProperties
- 
setLiquibasepublic void setLiquibase(liquibase.integration.spring.SpringLiquibase liquibase) 
- 
setDataSource
- 
setEnvironmentpublic void setEnvironment(org.springframework.core.env.Environment environment) 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-