| Package | Description |
|---|---|
| org.neo4j.ogm.model | |
| org.neo4j.ogm.response.model | |
| org.neo4j.ogm.result.adapter |
| Modifier and Type | Method and Description |
|---|---|
List<GraphRowModel> |
GraphRowListModel.model() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphRowModel
Represents a single row in a query response which returns both graph and row data.
|
| Modifier and Type | Method and Description |
|---|---|
List<GraphRowModel> |
DefaultGraphRowListModel.model() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGraphRowListModel.add(GraphRowModel graphRowModel) |
| Modifier and Type | Method and Description |
|---|---|
GraphRowModel |
GraphRowModelAdapter.adapt(Map<String,Object> data)
Reads the next row from the result object and transforms it into a RowModel object
|
Copyright © 2015–2023 Neo Technology, Inc.. All rights reserved.