Example usage for org.springframework.batch.core.repository JobRepository interface-usage

List of usage examples for org.springframework.batch.core.repository JobRepository interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.core.repository JobRepository interface-usage.

Usage

From source file org.springframework.batch.core.repository.support.SimpleJobRepository.java

/**
 *
 * <p>
 * Implementation of {@link JobRepository} that stores JobInstances,
 * JobExecutions, and StepExecutions using the injected DAOs.
 * <p>