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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected boolean
boolean
org.springframework.core.env.Environment
liquibase.integration.spring.SpringLiquibase
liquibase.integration.spring.SpringLiquibase
Class<? extends liquibase.integration.spring.SpringLiquibase>
org.springframework.core.io.ResourceLoader
int
hashCode()
void
setDataSource
(DataSource dataSource) void
setEnvironment
(org.springframework.core.env.Environment environment) void
setLiquibase
(liquibase.integration.spring.SpringLiquibase liquibase) void
setProperties
(JpaPropertyRelated properties) void
setResourceLoader
(org.springframework.core.io.ResourceLoader resourceLoader) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
SpringLiquibaseFactoryBean
public SpringLiquibaseFactoryBean()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) - Specified by:
setResourceLoader
in interfaceorg.springframework.context.ResourceLoaderAware
-
getObject
public liquibase.integration.spring.SpringLiquibase getObject()- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<liquibase.integration.spring.SpringLiquibase>
-
getObjectType
- Specified by:
getObjectType
in 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
-