Package org.springframework.batch.core.repository.support

Specific implementations of repository concerns.

See:
          Description

Class Summary
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.
 

Package org.springframework.batch.core.repository.support Description

Specific implementations of repository concerns.



Copyright © 2013 SpringSource. All Rights Reserved.