Uses of Package
org.springframework.batch.core.step.item

Packages that use org.springframework.batch.core.step.item
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
 

Classes in org.springframework.batch.core.step.item used by org.springframework.batch.core.step.item
BatchRetryTemplate
          A special purpose retry template that deals specifically with multi-valued stateful retry.
Chunk
          Encapsulation of a list of items to be processed and possibly a list of failed items to be skipped.
Chunk.ChunkIterator
          Special iterator for a chunk providing the Chunk.ChunkIterator.remove(Exception) method for dynamically removing an item and adding it to the skips.
ChunkProcessor
          Interface defined for processing Chunks.
ChunkProvider
          Interface for providing Chunks to be processed, used by the ChunkOrientedTasklet
KeyGenerator
          Interface for defining keys to uniquely identify items.
SimpleChunkProcessor
          Simple implementation of the ChunkProcessor interface that handles basic item writing and processing.
SimpleChunkProvider
          Simple implementation of the ChunkProvider interface that does basic chunk providing from an ItemReader.
SimpleStepFactoryBean
          Most common configuration options for simple steps should be found here.
SkipWrapper
          Wrapper for an item and its exception if it failed processing.
 



Copyright © 2009 SpringSource. All Rights Reserved.