Uses of Package
org.springframework.batch.core.repository

Packages that use org.springframework.batch.core.repository
org.springframework.batch.core.configuration Interfaces for registration and location of job configurations. 
org.springframework.batch.core.configuration.support Specific implementations of configuration concerns. 
org.springframework.batch.core.job Specific implementations of job concerns. 
org.springframework.batch.core.launch Interfaces and simple implementations of launch concerns. 
org.springframework.batch.core.launch.support Support classes for use in bootstrap and launch implementations or configurations. 
org.springframework.batch.core.repository Interfaces and generic implementations of repository concerns. 
org.springframework.batch.core.repository.support Specific implementations of repository concerns. 
org.springframework.batch.core.step Specific implementations of step concerns. 
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.core.step.tasklet Interfaces and generic implementations of tasklet concerns. 
org.springframework.batch.integration.file   
org.springframework.batch.integration.job   
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.configuration
DuplicateJobException
          Checked exception that indicates a name clash when registering Job instances.
NoSuchJobException
          Checked exception to indicate that a required Job is not available.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.configuration.support
DuplicateJobException
          Checked exception that indicates a name clash when registering Job instances.
NoSuchJobException
          Checked exception to indicate that a required Job is not available.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.job
JobRepository
           Repository for storing batch JobExecution and StepExecutions.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.launch
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.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.launch.support
JobExecutionAlreadyRunningException
           
JobInstanceAlreadyCompleteException
          An exception indicating an illegal attempt to restart a job that was already completed successfully.
JobRepository
           Repository for storing batch JobExecution and StepExecutions.
JobRestartException
          An exception indicating an illegal attempt to restart a job.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.repository
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.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.repository.support
JobExecutionAlreadyRunningException
           
JobInstanceAlreadyCompleteException
          An exception indicating an illegal attempt to restart a job that was already completed successfully.
JobRepository
           Repository for storing batch JobExecution and StepExecutions.
JobRestartException
          An exception indicating an illegal attempt to restart a job.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.step
JobRepository
           Repository for storing batch JobExecution and StepExecutions.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.step.item
JobRepository
           Repository for storing batch JobExecution and StepExecutions.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.step.tasklet
JobRepository
           Repository for storing batch JobExecution and StepExecutions.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.integration.file
JobRepository
           Repository for storing batch JobExecution and StepExecutions.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.integration.job
JobRepository
           Repository for storing batch JobExecution and StepExecutions.
 



Copyright © 2009 SpringSource. All Rights Reserved.