public class PartTreeJdbcQuery extends AbstractJdbcQuery
AbstractJdbcQuery implementation based on a PartTree.| Constructor and Description |
|---|
PartTreeJdbcQuery(RelationalMappingContext context,
JdbcQueryMethod queryMethod,
Dialect dialect,
JdbcConverter converter,
NamedParameterJdbcOperations operations,
RowMapper<Object> rowMapper)
Creates a new
PartTreeJdbcQuery. |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.jdbc.repository.query.ParametrizedQuery |
createQuery(RelationalParametersParameterAccessor accessor) |
Object |
execute(Object[] values) |
getQueryExecution, getQueryMethodpublic PartTreeJdbcQuery(RelationalMappingContext context, JdbcQueryMethod queryMethod, Dialect dialect, JdbcConverter converter, NamedParameterJdbcOperations operations, RowMapper<Object> rowMapper)
PartTreeJdbcQuery.context - must not be null.queryMethod - must not be null.dialect - must not be null.converter - must not be null.operations - must not be null.rowMapper - must not be null.protected org.springframework.data.jdbc.repository.query.ParametrizedQuery createQuery(RelationalParametersParameterAccessor accessor)
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.