@FunctionalInterface public interface SqlParameterSourceFactory
SqlParameterSource
for use in update operations.Modifier and Type | Method and Description |
---|---|
SqlParameterSource |
createParameterSource(Object input)
Return a new
SqlParameterSource . |
SqlParameterSource createParameterSource(Object input)
SqlParameterSource
.input
- the raw message or query result to be transformed into a SqlParameterSource