Implementations of this interface can hold any number of keys. In the general case, the keys are returned as a List containing one Map for each row of keys.
Most applications only use on key per row and process only one row at a time in an insert statement. In these cases, just call getKey
to retrieve the key. The returned value is a Number here, which is the usual type for auto-generated keys.
@author Thomas Risberg
@since 1.1
@see org.springframework.jdbc.core.JdbcTemplate
@see org.springframework.jdbc.object.SqlUpdate
|
|