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

Packages that use ItemKeyGenerator
org.springframework.batch.item.jms   
org.springframework.batch.retry.interceptor Infrastructure implementations of retry aop concerns. 
 

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.