Summer.Batch.Core.Repository.Support Namespace Reference

Classes

class  AbstractJobRepositoryFactory
 A Factory that automates the creation of a SimpleJobRepository. Declares abstract methods for providing DAO object implementations. More...
 
class  DbJobRepositoryFactory
 A Factory that automates the creation of a SimpleJobRepository using ODBC DAO implementations which persist batch metadata in database. Requires the user to describe what kind of database they are using. More...
 
class  MapJobRepositoryFactory
 A FactoryBean that automates the creation of a SimpleJobRepository using non-persistent in-memory DAO implementations. This repository is only really intended for use in testing and rapid prototyping. Not suited for use in multi-threaded jobs with splits, although it should be safe to use in a multi-threaded step. More...
 
class  SimpleJobRepository
 Implementation of IJobRepository that stores JobInstances, JobExecutions, and StepExecutions using the injected DAOs. More...