| Package | Description |
|---|---|
| org.neo4j.ogm.mapper | |
| org.neo4j.ogm.session.request | |
| org.neo4j.ogm.session.response | |
| org.neo4j.ogm.session.result |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphToEntityMapper<G extends GraphModel>
Specification for an object-graph mapper, which can map
GraphModels onto arbitrary Java objects. |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
GraphEntityMapper.map(Class<T> type,
GraphModel graphModel) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jResponse<GraphModel> |
RequestHandler.execute(Query qry,
String url) |
Neo4jResponse<GraphModel> |
SessionRequestHandler.execute(Query query,
String url) |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
GraphModelResponse.next() |
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
SessionResponseHandler.loadAll(Class<T> type,
Neo4jResponse<GraphModel> response) |
<T> Collection<T> |
ResponseHandler.loadAll(Class<T> type,
Neo4jResponse<GraphModel> stream) |
<T> T |
SessionResponseHandler.loadById(Class<T> type,
Neo4jResponse<GraphModel> response,
Long id) |
<T> T |
ResponseHandler.loadById(Class<T> type,
Neo4jResponse<GraphModel> stream,
Long id) |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
GraphRowResult.getGraph() |
GraphModel |
GraphModelResult.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphRowModel.addGraphRowResult(GraphModel graphModel,
Object[] rowModel) |
void |
GraphModelResult.setGraph(GraphModel graph) |
| Constructor and Description |
|---|
GraphRowResult(GraphModel graph,
Object[] row) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.