public class BeanPropertyItemSqlParameterSourceProvider<T> extends java.lang.Object implements ItemSqlParameterSourceProvider<T>
Constructor and Description |
---|
BeanPropertyItemSqlParameterSourceProvider() |
Modifier and Type | Method and Description |
---|---|
org.springframework.jdbc.core.namedparam.SqlParameterSource |
createSqlParameterSource(T item)
Provide parameter values in an
BeanPropertySqlParameterSource based on values from
the provided item. |
public BeanPropertyItemSqlParameterSourceProvider()
public org.springframework.jdbc.core.namedparam.SqlParameterSource createSqlParameterSource(T item)
BeanPropertySqlParameterSource
based on values from
the provided item.createSqlParameterSource
in interface ItemSqlParameterSourceProvider<T>
item
- the item to use for parameter values