|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.repository.dao.MapStepExecutionDao
public class MapStepExecutionDao
In-memory implementation of StepExecutionDao.
| Constructor Summary | |
|---|---|
MapStepExecutionDao()
|
|
| Method Summary | |
|---|---|
void |
addStepExecutions(JobExecution jobExecution)
Retrieve all the StepExecution for the parent JobExecution. |
void |
clear()
|
StepExecution |
getStepExecution(JobExecution jobExecution,
Long stepExecutionId)
Retrieve a StepExecution from its id. |
void |
saveStepExecution(StepExecution stepExecution)
Save the given StepExecution. |
void |
saveStepExecutions(Collection<StepExecution> stepExecutions)
Save the given collection of StepExecution as a batch. |
void |
updateStepExecution(StepExecution stepExecution)
Update the given StepExecution Preconditions: Id must not be null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapStepExecutionDao()
| Method Detail |
|---|
public void clear()
public void saveStepExecution(StepExecution stepExecution)
StepExecutionDao
saveStepExecution in interface StepExecutionDaopublic void updateStepExecution(StepExecution stepExecution)
StepExecutionDao
updateStepExecution in interface StepExecutionDao
public StepExecution getStepExecution(JobExecution jobExecution,
Long stepExecutionId)
StepExecutionDaoStepExecution from its id.
getStepExecution in interface StepExecutionDaojobExecution - the parent JobExecutionstepExecutionId - the step execution id
StepExecutionpublic void addStepExecutions(JobExecution jobExecution)
StepExecutionDaoStepExecution for the parent JobExecution.
addStepExecutions in interface StepExecutionDaojobExecution - the parent job executionpublic void saveStepExecutions(Collection<StepExecution> stepExecutions)
StepExecutionDao
saveStepExecutions in interface StepExecutionDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||