| Package | Description |
|---|---|
| org.neo4j.ogm.session.request | |
| org.neo4j.ogm.session.response |
| Modifier and Type | Method and Description |
|---|---|
Neo4jResponse<GraphRowModel> |
RequestHandler.execute(GraphRowModelQuery query,
String url) |
Neo4jResponse<GraphRowModel> |
SessionRequestHandler.execute(GraphRowModelQuery query,
String url) |
| Modifier and Type | Method and Description |
|---|---|
GraphRowModel |
GraphRowModelResponse.next() |
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
SessionResponseHandler.loadByProperty(Class<T> type,
Neo4jResponse<GraphRowModel> response) |
<T> Collection<T> |
ResponseHandler.loadByProperty(Class<T> type,
Neo4jResponse<GraphRowModel> stream) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.