Uses of Interface
org.springframework.batch.item.database.KeyCollector

Packages that use KeyCollector
org.springframework.batch.item.database Infrastructure implementations of database based item readers and writers. 
org.springframework.batch.item.database.support   
 

Uses of KeyCollector in org.springframework.batch.item.database
 

Methods in org.springframework.batch.item.database with parameters of type KeyCollector
 void DrivingQueryItemReader.setKeyCollector(KeyCollector keyGenerator)
          Set the key generation strategy to use for this input source.
 

Uses of KeyCollector in org.springframework.batch.item.database.support
 

Classes in org.springframework.batch.item.database.support that implement KeyCollector
 class IbatisKeyCollector
          KeyCollector based on iBATIS ORM framework.
 class MultipleColumnJdbcKeyCollector
           JDBC implementation of the KeyCollector interface that works for composite keys.
 class SingleColumnJdbcKeyCollector
           Jdbc KeyCollector implementation that only works for a single column key.
 



Copyright © 2008 SpringSource. All Rights Reserved.