public class PartTreeJdbcQuery extends AbstractJdbcQuery
AbstractJdbcQuery implementation based on a PartTree.AbstractJdbcQuery.ConvertingRowMapper<T>, AbstractJdbcQuery.RowMapperFactory| Constructor and Description |
|---|
PartTreeJdbcQuery(RelationalMappingContext context,
JdbcQueryMethod queryMethod,
Dialect dialect,
JdbcConverter converter,
NamedParameterJdbcOperations operations,
AbstractJdbcQuery.RowMapperFactory rowMapperFactory)
Creates a new
PartTreeJdbcQuery. |
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,
ReturnedType returnedType) |
Object |
execute(Object[] values) |
getQueryExecution, getQueryMethod, resolveTypeToReadpublic 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.public PartTreeJdbcQuery(RelationalMappingContext context, JdbcQueryMethod queryMethod, Dialect dialect, JdbcConverter converter, NamedParameterJdbcOperations operations, AbstractJdbcQuery.RowMapperFactory rowMapperFactory)
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.rowMapperFactory - must not be null.protected org.springframework.data.jdbc.repository.query.ParametrizedQuery createQuery(RelationalParametersParameterAccessor accessor, ReturnedType returnedType)
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.