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

Packages that use org.springframework.batch.core.repository
org.springframework.batch.core.job Specific implementations of job concerns. 
org.springframework.batch.core.job.flow   
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.partition.support   
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.test   
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.job
JobRepository
           Repository responsible for persistence of batch meta-data entities.
JobRestartException
          An exception indicating an illegal attempt to restart a job.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.job.flow
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
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 responsible for persistence of batch meta-data entities.
JobRestartException
          An exception indicating an illegal attempt to restart a job.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.partition.support
JobRepository
           Repository responsible for persistence of batch meta-data entities.
 

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 responsible for persistence of batch meta-data entities.
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 responsible for persistence of batch meta-data entities.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.core.step.item
JobRepository
           Repository responsible for persistence of batch meta-data entities.
 

Classes in org.springframework.batch.core.repository used by org.springframework.batch.test
JobExecutionAlreadyRunningException
           
JobInstanceAlreadyCompleteException
          An exception indicating an illegal attempt to restart a job that was already completed successfully.
JobRepository
           Repository responsible for persistence of batch meta-data entities.
JobRestartException
          An exception indicating an illegal attempt to restart a job.
 



Copyright © 2009 SpringSource. All Rights Reserved.