public abstract class AbstractJdbcQuery extends Object implements RepositoryQuery
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.jdbc.repository.query.JdbcQueryExecution<?> |
getQueryExecution(JdbcQueryMethod queryMethod,
ResultSetExtractor<?> extractor,
RowMapper<?> rowMapper)
|
JdbcQueryMethod |
getQueryMethod() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic JdbcQueryMethod getQueryMethod()
getQueryMethod in interface RepositoryQueryprotected org.springframework.data.jdbc.repository.query.JdbcQueryExecution<?> getQueryExecution(JdbcQueryMethod queryMethod, @Nullable ResultSetExtractor<?> extractor, RowMapper<?> rowMapper)
JdbcQueryExecution given JdbcQueryMethod, ResultSetExtractor an
RowMapper. Prefers the given ResultSetExtractor over RowMapper.queryMethod - must not be null.extractor - must not be null.rowMapper - must not be null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.