File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/query Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 3434 * annotation you can set to do that:
3535 * <p>
3636 * <ol>
37- * <li> {@link #resultSetExtractorRef()}
38- * </li><li> {@link #resultSetExtractorClass()}
39- * </li><li> {@link #rowMapperRef()}
40- * </li><li> {@link #rowMapperClass()}
41- * </li>
42- *</ol>
43- *
37+ * <li>{@link #resultSetExtractorRef()}</li>
38+ * <li>{@link #resultSetExtractorClass()}</li>
39+ * <li>{@link #rowMapperRef()}</li>
40+ * <li>{@link #rowMapperClass()}</li>
41+ * </ol>
4442 * The annotation attributes above are listed in their preference order, that is - the {@link #resultSetExtractorRef()},
45- * has the highest privilege and, will suppress any other 3 attribute from above, and consequently {@link #rowMapperClass()}
46- * has the lowest privilege and will be used if any of three above are not specified.
43+ * has the highest privilege and, will suppress any other 3 attribute from above, and consequently
44+ * {@link #rowMapperClass()} has the lowest privilege and will be used if any of three above are not specified.
4745 *
4846 * @author Jens Schauder
4947 * @author Moises Cisneros
You can’t perform that action at this time.
0 commit comments