public class QueryResultGraphRepositoryQuery extends GraphRepositoryQuery
GraphRepositoryQuery that handles mapping to object annotated with @QueryResult.session| 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) |
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 queryCopyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.