See: Description
| Class | Description |
|---|---|
| AbstractJobRepositoryFactoryBean |
A
FactoryBean that automates the creation of a
SimpleJobRepository. |
| JobRepositoryFactoryBean |
A
FactoryBean that automates the creation of a
SimpleJobRepository using JDBC DAO implementations which persist
batch metadata in database. |
| MapJobRepositoryFactoryBean |
A
FactoryBean that automates the creation of a
SimpleJobRepository using non-persistent in-memory DAO
implementations. |
| SimpleJobRepository |
Implementation of
JobRepository that stores JobInstances,
JobExecutions, and StepExecutions using the injected DAOs. |