Generated by
JDiff

Class org.springframework.jdbc.core.simple.AbstractJdbcInsert

Changed Methods
int doExecute(Map<String, ?>) Change in signature from (Map<String, Object>) to (Map<String, ?>).
Delegate method that executes the insert using the passed-in Map of parameters.
Number doExecuteAndReturnKey(Map<String, ?>) Change in signature from (Map<String, Object>) to (Map<String, ?>).
Method that provides execution of the insert using the passed-in Map of parameters and returning a generated key.
KeyHolder doExecuteAndReturnKeyHolder(Map<String, ?>) Change in signature from (Map<String, Object>) to (Map<String, ?>).
Method that provides execution of the insert using the passed-in Map of parameters and returning all generated keys.
List<Object> matchInParameterValuesWithInsertColumns(Map<String, ?>) Change in signature from (Map<String, Object>) to (Map<String, ?>).
Match the provided in parameter values with registered parameters and parameters defined via metadata processing.