| Package | Description |
|---|---|
| org.neo4j.ogm.entityaccess | |
| org.neo4j.ogm.model |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
EntityFactory.newObject(NodeModel nodeModel)
Constructs a new object based on the class mapped to the labels on the given
NodeModel. |
| Modifier and Type | Method and Description |
|---|---|
NodeModel |
GraphModel.node(Long nodeId) |
| Modifier and Type | Method and Description |
|---|---|
Set<NodeModel> |
GraphModel.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphModel.setNodes(NodeModel[] nodes) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.