Package org.springframework.batch.core.repository.support
@NonNullApi
package org.springframework.batch.core.repository.support
Specific implementations of repository concerns.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassesClassDescriptionA
FactoryBeanthat automates the creation of aSimpleJobRepository.AFactoryBeanthat automates the creation of aSimpleJobRepositoryusing JDBC DAO implementations which persist batch metadata in database.This factory bean creates a job repository backed by MongoDB.AJobRepositoryimplementation that does not use or store batch meta-data.Implementation ofJobRepositorythat stores job instances, job executions, and step executions using the injected DAOs.