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

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

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

Classes in org.springframework.batch.item.database that implement ItemSqlParameterSourceProvider
 class BeanPropertyItemSqlParameterSourceProvider<T>
          A convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean properties that correspond to names used for parameters in the SQL statement.
 

Methods in org.springframework.batch.item.database with parameters of type ItemSqlParameterSourceProvider
 void JdbcBatchItemWriter.setItemSqlParameterSourceProvider(ItemSqlParameterSourceProvider<T> itemSqlParameterSourceProvider)
          Public setter for the ItemSqlParameterSourceProvider.
 



Copyright © 2009 SpringSource. All Rights Reserved.