Package org.springframework.batch.core.repository

Interfaces and generic implementations of repository concerns.

See:
          Description

Interface Summary
JobRepository Repository responsible for persistence of batch meta-data entities.
 

Exception Summary
JobExecutionAlreadyRunningException  
JobInstanceAlreadyCompleteException An exception indicating an illegal attempt to restart a job that was already completed successfully.
JobRestartException An exception indicating an illegal attempt to restart a job.
 

Package org.springframework.batch.core.repository Description

Interfaces and generic implementations of repository concerns.



Copyright © 2013 SpringSource. All Rights Reserved.