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.interceptor Infrastructure implementations of retry aop concerns. 
 

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

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.interceptor
 

Methods in org.springframework.batch.retry.interceptor with parameters of type ItemKeyGenerator
 void StatefulRetryOperationsInterceptor.setKeyGenerator(ItemKeyGenerator keyGenerator)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.