public interface PropertyContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addCurrentDynamicCompositeProperties(Set<String> currentDynamicCompositeProperties) |
String |
createPropertyRemovalFragment(String variable)
Should create the Cypher fragment that removes previous composite properties that aren't in the container anymore.
|
Property<String,Long> |
getVersion()
Return current version of the node, null if the relationship entity is new
|
void |
setPreviousDynamicCompositeProperties(Set<String> previousDynamicCompositeProperties) |
Property<String,Long> getVersion()
void setPreviousDynamicCompositeProperties(Set<String> previousDynamicCompositeProperties)
void addCurrentDynamicCompositeProperties(Set<String> currentDynamicCompositeProperties)
Copyright © 2015–2019 Neo Technology, Inc.. All rights reserved.