java.util.Map
for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key. The Map implementation to use and the key to use for each column in the column Map can be customized through overriding {@link #createColumnMap} and {@link #getColumnKey}, respectively.
@author Spring Framework
|
|