Uses of Interface
org.springframework.batch.item.database.ItemSqlParameterSourceProvider
Packages that use ItemSqlParameterSourceProvider
Package
Description
Infrastructure implementations of database based item readers and writers.
Builders for database item readers and writers.
-
Uses of ItemSqlParameterSourceProvider in org.springframework.batch.item.database
Classes in org.springframework.batch.item.database that implement ItemSqlParameterSourceProviderModifier and TypeClassDescriptionclass
A convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean properties that correspond to names used for parameters in the SQL statement.Fields in org.springframework.batch.item.database declared as ItemSqlParameterSourceProviderModifier and TypeFieldDescriptionprotected ItemSqlParameterSourceProvider<T>
JdbcBatchItemWriter.itemSqlParameterSourceProvider
Methods in org.springframework.batch.item.database with parameters of type ItemSqlParameterSourceProviderModifier and TypeMethodDescriptionvoid
JdbcBatchItemWriter.setItemSqlParameterSourceProvider
(ItemSqlParameterSourceProvider<T> itemSqlParameterSourceProvider) Public setter for theItemSqlParameterSourceProvider
. -
Uses of ItemSqlParameterSourceProvider in org.springframework.batch.item.database.builder
Methods in org.springframework.batch.item.database.builder with parameters of type ItemSqlParameterSourceProviderModifier and TypeMethodDescriptionJdbcBatchItemWriterBuilder.itemSqlParameterSourceProvider
(ItemSqlParameterSourceProvider<T> itemSqlParameterSourceProvider) Configures aItemSqlParameterSourceProvider
for use by the writer.