Uses of Package
org.springframework.batch.core.scope.context

Packages that use org.springframework.batch.core.scope.context
org.springframework.batch.core.scope.context   
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. 
 

Classes in org.springframework.batch.core.scope.context used by org.springframework.batch.core.scope.context
ChunkContext
          Context object for weakly typed data stored for the duration of a chunk (usually a group of items processed together in a transaction).
StepContext
          A context object that can be used to interrogate the current StepExecution and some of its associated properties using expressions based on bean paths.
 

Classes in org.springframework.batch.core.scope.context used by org.springframework.batch.core.step.item
ChunkContext
          Context object for weakly typed data stored for the duration of a chunk (usually a group of items processed together in a transaction).
 

Classes in org.springframework.batch.core.scope.context used by org.springframework.batch.core.step.tasklet
ChunkContext
          Context object for weakly typed data stored for the duration of a chunk (usually a group of items processed together in a transaction).
 



Copyright © 2013 SpringSource. All Rights Reserved.