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
FactoryBean
that automates the creation of aSimpleJobRepository
.AFactoryBean
that automates the creation of aSimpleJobRepository
using JDBC DAO implementations which persist batch metadata in database.This factory bean creates a job repository backed by MongoDB.AJobRepository
implementation that does not use or store batch meta-data.Implementation ofJobRepository
that stores job instances, job executions, and step executions using the injected DAOs.