| Package | Description |
|---|---|
| org.neo4j.ogm.request | |
| org.neo4j.ogm.response.model | |
| org.neo4j.ogm.result.adapter |
| Modifier and Type | Method and Description |
|---|---|
Response<RowModel> |
Request.execute(DefaultRequest query) |
Response<RowModel> |
Request.execute(RowModelRequest query) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRowModel
The results of a query, modelled as row data.
|
| Modifier and Type | Method and Description |
|---|---|
RowModel |
RowModelAdapter.adapt(Map<String,Object> data)
Reads the next row from the result object and transforms it into a RowModel object
|
Copyright © 2018 Neo Technology, Inc.. All rights reserved.