| Package | Description |
|---|---|
| org.neo4j.ogm.model | |
| org.neo4j.ogm.response.model |
| Modifier and Type | Method and Description |
|---|---|
Property<String,Long> |
PropertyContainer.getVersion()
Return current version of the node, null if the relationship entity is new
|
Property<String,Long> |
Node.getVersion()
Return current version of the node, null if the node is new
|
| 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 |
|---|---|
Property<String,Long> |
RelationshipModel.getVersion() |
Property<String,Long> |
NodeModel.getVersion() |
| 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.setVersion(Property<String,Long> version) |
void |
NodeModel.setVersion(Property<String,Long> version) |
Copyright © 2015–2019 Neo Technology, Inc.. All rights reserved.