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

Packages that use ItemPreparedStatementSetter
org.springframework.batch.item.database Infrastructure implementations of database based item readers and writers. 
org.springframework.batch.item.database.support   
org.springframework.batch.sample.domain.trade.internal   
 

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

Methods in org.springframework.batch.item.database with parameters of type ItemPreparedStatementSetter
 void JdbcBatchItemWriter.setItemPreparedStatementSetter(ItemPreparedStatementSetter<T> preparedStatementSetter)
          Public setter for the ItemPreparedStatementSetter.
 

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

Classes in org.springframework.batch.item.database.support that implement ItemPreparedStatementSetter
 class ColumnMapItemPreparedStatementSetter
          Implementation of the ItemPreparedStatementSetter interface that assumes all keys are contained within a Map with the column name as the key.
 

Uses of ItemPreparedStatementSetter in org.springframework.batch.sample.domain.trade.internal
 

Classes in org.springframework.batch.sample.domain.trade.internal that implement ItemPreparedStatementSetter
 class CustomerCreditUpdatePreparedStatementSetter
           
 



Copyright © 2009 SpringSource. All Rights Reserved.