| Changed Methods |
int execute(Map<String, ?>)
|
Change in signature from (Map<String, Object>) to (Map<String, ?>).
|
Execute the insert using the values passed in. |
Number executeAndReturnKey(Map<String, ?>)
|
Change in signature from (Map<String, Object>) to (Map<String, ?>).
|
Execute the insert using the values passed in and return the generated key. |
KeyHolder executeAndReturnKeyHolder(Map<String, ?>)
|
Change in signature from (Map<String, Object>) to (Map<String, ?>).
|
Execute the insert using the values passed in and return the generated keys. |