Uses of Interface
org.springframework.batch.core.step.item.KeyGenerator

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

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

Methods in org.springframework.batch.core.step.item with parameters of type KeyGenerator
 void FaultTolerantStepFactoryBean.setKeyGenerator(KeyGenerator keyGenerator)
          The KeyGenerator to use to identify failed items across rollback.
 void FaultTolerantChunkProcessor.setKeyGenerator(KeyGenerator keyGenerator)
          The KeyGenerator to use to identify failed items across rollback.
 



Copyright © 2013 SpringSource. All Rights Reserved.