Interface TaskBatchDao

All Known Implementing Classes:
JdbcTaskBatchDao, MapTaskBatchDao

public interface TaskBatchDao
Maintains the association between a TaskExecution and a JobExecution executed within it.
Author:
Michael Minella
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    saveRelationship(TaskExecution taskExecution, org.springframework.batch.core.JobExecution jobExecution)
    Saves the relationship between a task execution and a job execution.
  • Method Details

    • saveRelationship

      void saveRelationship(TaskExecution taskExecution, org.springframework.batch.core.JobExecution jobExecution)
      Saves the relationship between a task execution and a job execution.
      Parameters:
      taskExecution - task execution
      jobExecution - job execution