| Package | Description |
|---|---|
| org.neo4j.ogm.context | |
| org.neo4j.ogm.request | |
| org.neo4j.ogm.response |
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<T> |
ResponseMapper.map(Class<T> type,
Response<M> response)
Maps the data representation in the given response onto instances of
T. |
| Modifier and Type | Method and Description |
|---|---|
Response<RowModel> |
Request.execute(DefaultRequest query) |
Response<GraphModel> |
Request.execute(GraphModelRequest query) |
Response<GraphRowListModel> |
Request.execute(GraphRowListModelRequest query) |
Response<RestModel> |
Request.execute(RestModelRequest query) |
Response<RowModel> |
Request.execute(RowModelRequest query) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyResponse |
Copyright © 2017 Neo Technology, Inc.. All rights reserved.