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

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

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

Methods in org.springframework.batch.core.step.item with parameters of type ItemOrientedStep
protected  void SkipLimitStepFactoryBean.applyConfiguration(ItemOrientedStep step)
          Uses the SkipLimitStepFactoryBean.setSkipLimit(int) value to configure item handler and and exception handler.
protected  void RepeatOperationsStepFactoryBean.applyConfiguration(ItemOrientedStep step)
           
protected  void AbstractStepFactoryBean.applyConfiguration(ItemOrientedStep step)
           
protected  void SimpleStepFactoryBean.applyConfiguration(ItemOrientedStep step)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.