| Package | Description |
|---|---|
| org.neo4j.ogm.model | |
| org.neo4j.ogm.request | |
| org.neo4j.ogm.response.model | |
| org.neo4j.ogm.result | |
| org.neo4j.ogm.result.adapter |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
GraphRowModel.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
Response<GraphModel> |
Request.execute(GraphModelRequest query) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphModel
The results of a query, modelled as graph data.
|
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
DefaultGraphRowModel.getGraph() |
| Constructor and Description |
|---|
DefaultGraphRowModel(GraphModel graph,
Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
ResultGraphModel.queryResults() |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
GraphModelAdapter.adapt(Map<String,Object> data)
Parses a row from the result object and transforms it into a GraphModel
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphRowModelAdapter.adapt(Object element,
GraphModel graphModel,
List<Object> values,
Set<Long> nodeIdentities,
Set<Long> edgeIdentities) |
void |
GraphModelAdapter.buildNode(Object node,
GraphModel graphModel,
Set<Long> nodeIdentities) |
void |
GraphModelAdapter.buildPath(Object path,
GraphModel graphModel,
Set nodeIdentities,
Set edgeIdentities) |
void |
GraphModelAdapter.buildRelationship(Object relationship,
GraphModel graphModel,
Set<Long> edgeIdentities) |
Copyright © 2018 Neo Technology, Inc.. All rights reserved.