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