Uses of Class
org.springframework.batch.core.step.item.AbstractStepFactoryBean

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

Uses of AbstractStepFactoryBean in org.springframework.batch.core.step.item
 

Subclasses of AbstractStepFactoryBean in org.springframework.batch.core.step.item
 class RepeatOperationsStepFactoryBean
          Factory bean for Step implementations allowing registration of listeners and also direct injection of the RepeatOperations needed at step and chunk level.
 class SimpleStepFactoryBean
          Most common configuration options for simple steps should be found here.
 class SkipLimitStepFactoryBean
          Factory bean for step that provides options for configuring skip behavior.
 class StatefulRetryStepFactoryBean
          Factory bean for step that executes its item processing with a stateful retry.
 



Copyright © 2008 SpringSource. All Rights Reserved.