| Package | Description |
|---|---|
| org.springframework.batch.core |
Core domain context for Spring Batch covering jobs, steps,
configuration and execution abstractions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobExecution
Batch domain object representing the execution of a job.
|
class |
JobInstance
Batch domain object representing a uniquely identifiable job run.
|
class |
StepExecution
Batch domain object representation the execution of a step.
|
Copyright © 2013. All Rights Reserved.