public class PopulatorStepFactory
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
PopulatorStepFactory() |
Modifier and Type | Method and Description |
---|---|
DatabaseType |
getDatabaseType()
Gets the database type.
|
java.lang.Object |
getObject() |
java.lang.Class |
getObjectType() |
java.util.Map<DatabaseType,org.springframework.batch.core.Step> |
getPopulatorSteps()
Gets the populator steps.
|
boolean |
isSingleton() |
void |
setDatabaseType(DatabaseType databaseType)
Sets the database type.
|
void |
setPopulatorSteps(java.util.Map<DatabaseType,org.springframework.batch.core.Step> populatorSteps)
Sets the populator steps.
|
public java.lang.Object getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
java.lang.Exception
public java.lang.Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public DatabaseType getDatabaseType()
public void setDatabaseType(DatabaseType databaseType)
databaseType
- the new database typepublic java.util.Map<DatabaseType,org.springframework.batch.core.Step> getPopulatorSteps()
public void setPopulatorSteps(java.util.Map<DatabaseType,org.springframework.batch.core.Step> populatorSteps)
populatorSteps
- the populator steps