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