Uses of Interface
org.springframework.batch.item.ItemKeyGenerator

Packages that use ItemKeyGenerator
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
org.springframework.batch.item.jms   
org.springframework.batch.retry.callback Infrastructure implementations of retry callback concerns. 
 

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

Methods in org.springframework.batch.core.step.item that return ItemKeyGenerator
protected  ItemKeyGenerator SkipLimitStepFactoryBean.getItemKeyGenerator()
          Protected getter for the ItemKeyGenerator.
 

Methods in org.springframework.batch.core.step.item with parameters of type ItemKeyGenerator
 void SkipLimitStepFactoryBean.setItemKeyGenerator(ItemKeyGenerator itemKeyGenerator)
          Public setter for the ItemKeyGenerator.
 void ItemSkipPolicyItemHandler.setItemKeyGenerator(ItemKeyGenerator itemKeyGenerator)
          Public setter for the ItemKeyGenerator.
 

Uses of ItemKeyGenerator in org.springframework.batch.item.jms
 

Classes in org.springframework.batch.item.jms that implement ItemKeyGenerator
 class JmsItemReader
          An ItemReader for JMS using a JmsTemplate.
 

Uses of ItemKeyGenerator in org.springframework.batch.retry.callback
 

Methods in org.springframework.batch.retry.callback that return ItemKeyGenerator
 ItemKeyGenerator ItemWriterRetryCallback.getKeyGenerator()
          Accessor for the ItemRecoverer.
 

Methods in org.springframework.batch.retry.callback with parameters of type ItemKeyGenerator
 void ItemWriterRetryCallback.setKeyGenerator(ItemKeyGenerator keyGenerator)
          Public setter for the ItemKeyGenerator.
 



Copyright © 2008 SpringSource. All Rights Reserved.