|
|
|
@ -76,7 +76,7 @@ public abstract class AbstractJdbcQuery implements RepositoryQuery { |
|
|
|
* Creates a {@link JdbcQueryExecution} given a {@link ResultSetExtractor} or a {@link RowMapper}. Prefers the given |
|
|
|
* Creates a {@link JdbcQueryExecution} given a {@link ResultSetExtractor} or a {@link RowMapper}. Prefers the given |
|
|
|
* {@link ResultSetExtractor} over {@link RowMapper}. |
|
|
|
* {@link ResultSetExtractor} over {@link RowMapper}. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param extractor must not be {@literal null}. |
|
|
|
* @param extractor may be {@literal null}. |
|
|
|
* @param rowMapper must not be {@literal null}. |
|
|
|
* @param rowMapper must not be {@literal null}. |
|
|
|
* @return a JdbcQueryExecution appropriate for {@literal queryMethod}. Guaranteed to be not {@literal null}. |
|
|
|
* @return a JdbcQueryExecution appropriate for {@literal queryMethod}. Guaranteed to be not {@literal null}. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|