public class QueryResultGraphRepositoryQuery extends GraphRepositoryQuery
GraphRepositoryQuery that handles mapping to objects annotated with @QueryResult.graphQueryMethod, LIMIT, ORDER_BY_CLAUSE, session, SKIP, SKIP_LIMIT| Constructor and Description |
|---|
QueryResultGraphRepositoryQuery(GraphQueryMethod graphQueryMethod,
org.neo4j.ogm.session.Session session)
Constructs a new
QueryResultGraphRepositoryQuery based on the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
execute(Class<?> returnType,
Class<?> concreteReturnType,
String cypherQuery,
Map<String,Object> queryParams,
ParameterAccessor parameterAccessor) |
addPaging, addSorting, computeCount, createPage, execute, getQueryMethod, getQueryStringpublic QueryResultGraphRepositoryQuery(GraphQueryMethod graphQueryMethod, org.neo4j.ogm.session.Session session)
QueryResultGraphRepositoryQuery based on the given arguments.graphQueryMethod - The GraphQueryMethod to which this repository query correspondssession - The OGM Session used to execute the queryprotected Object execute(Class<?> returnType, Class<?> concreteReturnType, String cypherQuery, Map<String,Object> queryParams, ParameterAccessor parameterAccessor)
execute in class GraphRepositoryQueryCopyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.