| Package | Description |
|---|---|
| org.neo4j.ogm.model | |
| org.neo4j.ogm.session |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Property<K,V> |
Property.with(K key,
V value)
Constructs a new
Property inferring the generic type arguments of the key and the value. |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
Utils.mapCollection(String collectionName,
Collection<Property<String,Object>> properties) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.