|
||||||||||
| 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. |
static void |
clear()
|
StepExecution |
getStepExecution(JobExecution jobExecution,
java.lang.Long stepExecutionId)
Retrieve a StepExecution from its id. |
void |
saveStepExecution(StepExecution stepExecution)
Save the given StepExecution. |
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 static 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,
java.lang.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 execution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||