| Package | Description |
|---|---|
| org.neo4j.ogm.model | |
| org.neo4j.ogm.response.model |
| Modifier and Type | Method and Description |
|---|---|
List<Property<String,Object>> |
Node.getPropertyList() |
List<Property<String,Object>> |
Edge.getPropertyList() |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyModel<K,V> |
| Modifier and Type | Method and Description |
|---|---|
List<Property<String,Object>> |
RelationshipModel.getPropertyList() |
List<Property<String,Object>> |
NodeModel.getPropertyList() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelationshipModel.setPropertyList(List<Property<String,Object>> properties) |
void |
NodeModel.setPropertyList(List<Property<String,Object>> properties) |
Copyright © 2017 Neo Technology, Inc.. All rights reserved.