Class SimpleJobRepository

java.lang.Object
org.springframework.batch.core.repository.support.SimpleJobRepository
All Implemented Interfaces:
JobRepository

public class SimpleJobRepository extends Object implements JobRepository

Implementation of JobRepository that stores job instances, job executions, and step executions using the injected DAOs.

Author:
Lucas Ward, Dave Syer, Robert Kasanicky, David Turanski, Mahmoud Ben Hassine, Baris Cubukcuoglu, Parikshit Dutta, Mark John Moreno
See Also: