public interface SqlParameterSourceFactory
SqlParameterSource
for use in update operations.Modifier and Type | Method and Description |
---|---|
org.springframework.jdbc.core.namedparam.SqlParameterSource |
createParameterSource(java.lang.Object input)
Return a new
SqlParameterSource . |