public class SessionRequestHandler extends Object implements RequestHandler
| Constructor and Description |
|---|
SessionRequestHandler(com.fasterxml.jackson.databind.ObjectMapper mapper,
Neo4jRequest<String> request) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jResponse<GraphRowModel> |
execute(GraphRowModelQuery query,
String url) |
Neo4jResponse<String> |
execute(List<ParameterisedStatement> statementList,
String url) |
Neo4jResponse<String> |
execute(ParameterisedStatement statement,
String url) |
Neo4jResponse<GraphModel> |
execute(Query query,
String url) |
Neo4jResponse<RowModel> |
execute(RowModelQuery query,
String url) |
Neo4jResponse<RowQueryStatisticsResult> |
execute(RowModelQueryWithStatistics query,
String url) |
public SessionRequestHandler(com.fasterxml.jackson.databind.ObjectMapper mapper,
Neo4jRequest<String> request)
public Neo4jResponse<GraphModel> execute(Query query, String url)
execute in interface RequestHandlerpublic Neo4jResponse<RowModel> execute(RowModelQuery query, String url)
execute in interface RequestHandlerpublic Neo4jResponse<GraphRowModel> execute(GraphRowModelQuery query, String url)
execute in interface RequestHandlerpublic Neo4jResponse<String> execute(ParameterisedStatement statement, String url)
execute in interface RequestHandlerpublic Neo4jResponse<RowQueryStatisticsResult> execute(RowModelQueryWithStatistics query, String url)
execute in interface RequestHandlerpublic Neo4jResponse<String> execute(List<ParameterisedStatement> statementList, String url)
execute in interface RequestHandlerCopyright © 2015 Neo Technology, Inc.. All rights reserved.