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 Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
SpringLiquibaseFactoryBean
public SpringLiquibaseFactoryBean()
-
-
Method Details
-
afterPropertiesSet
- 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
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<liquibase.integration.spring.SpringLiquibase>
-
getProperties
-
getLiquibase
public liquibase.integration.spring.SpringLiquibase getLiquibase() -
getResourceLoader
public org.springframework.core.io.ResourceLoader getResourceLoader() -
getDataSource
-
getEnvironment
public org.springframework.core.env.Environment getEnvironment() -
setProperties
-
setLiquibase
public void setLiquibase(liquibase.integration.spring.SpringLiquibase liquibase) -
setDataSource
-
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-