| Package | Description |
|---|---|
| org.springframework.data.jdbc.repository.query |
Query derivation mechanism for JDBC specific repositories.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcQueryMethod |
StringBasedJdbcQuery.getQueryMethod() |
JdbcQueryMethod |
AbstractJdbcQuery.getQueryMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.jdbc.repository.query.JdbcQueryExecution<?> |
AbstractJdbcQuery.getQueryExecution(JdbcQueryMethod queryMethod,
ResultSetExtractor<?> extractor,
RowMapper<?> rowMapper)
|
| Constructor and Description |
|---|
PartTreeJdbcQuery(RelationalMappingContext context,
JdbcQueryMethod queryMethod,
Dialect dialect,
JdbcConverter converter,
NamedParameterJdbcOperations operations,
RowMapper<Object> rowMapper)
Creates a new
PartTreeJdbcQuery. |
StringBasedJdbcQuery(JdbcQueryMethod queryMethod,
NamedParameterJdbcOperations operations,
RowMapper<?> defaultRowMapper,
JdbcConverter converter)
Creates a new
StringBasedJdbcQuery for the given JdbcQueryMethod, RelationalMappingContext
and RowMapper. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.