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.Implementation ofJobRepositorythat stores job instances, job executions, and step executions using the injected DAOs.