Uses of Class
org.springframework.batch.core.Entity

Packages that use Entity
org.springframework.batch.core Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions. 
 

Uses of Entity in org.springframework.batch.core
 

Subclasses of Entity in org.springframework.batch.core
 class JobExecution
          Batch domain object representing the execution of a job.
 class JobInstance
          Batch domain object representing a uniquely identifiable job run - it's identity is given by the pair Job and JobParameters.
 class StepExecution
          Batch domain object representation the execution of a step.
 



Copyright © 2009 SpringSource. All Rights Reserved.