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   
 

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

Methods in org.springframework.batch.item.database with parameters of type ItemPreparedStatementSetter
 void BatchSqlUpdateItemWriter.setItemPreparedStatementSetter(ItemPreparedStatementSetter 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.
 

Methods in org.springframework.batch.item.database.support with parameters of type ItemPreparedStatementSetter
 void MultipleColumnJdbcKeyCollector.setPreparedStatementSetter(ItemPreparedStatementSetter preparedStatementSetter)
           
 



Copyright © 2008 SpringSource. All Rights Reserved.