File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
spring-jdbc/src/main/java/org/springframework/jdbc/core Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 34
34
* in the column Map can be customized through overriding
35
35
* {@link #createColumnMap} and {@link #getColumnKey}, respectively.
36
36
*
37
- * <p><b>Note:</b> By default, ColumnMapRowMapper will try to build a linked Map
37
+ * <p><b>Note:</b> By default, {@code ColumnMapRowMapper} will try to build a linked Map
38
38
* with case-insensitive keys, to preserve column order as well as allow any
39
- * casing to be used for column names. This requires Commons Collections on the
40
- * classpath (which will be autodetected). Else, the fallback is a standard linked
41
- * HashMap, which will still preserve column order but requires the application
42
- * to specify the column names in the same casing as exposed by the driver.
39
+ * casing to be used for column names.
43
40
*
44
41
* @author Juergen Hoeller
45
42
* @since 1.2
You can’t perform that action at this time.
0 commit comments