| Name | Description | Type | Package | Framework | 
| AbstractJobRepositoryFactoryBean | A FactoryBean that automates the creation of aSimpleJobRepository. | Class | org.springframework.batch.core.repository.support | Spring Batch | 
| JobRepositoryFactoryBean | A FactoryBean that automates the creation of aSimpleJobRepository using JDBC DAO implementations which persist | Class | org.springframework.batch.core.repository.support | Spring Batch | 
| MapJobRepositoryFactoryBean | A FactoryBean that automates the creation of aSimpleJobRepository using non-persistent in-memory DAO | Class | org.springframework.batch.core.repository.support | Spring Batch | 
| SimpleJobRepository | JobExecutions, and StepExecutions using the injected DAOs. | Class | org.springframework.batch.core.repository.support | Spring Batch |