Toggle navigation
Home
org.neo4j.kernel.api.properties.Property to org.neo4j.values.Value
No. of Instances - 52
No. of Commits - 2
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Update argument list (Method invocation)
graphSetProperty
to
graphSetProperty
graphSetProperty
to
graphSetProperty
nodeSetProperty
to
nodeSetProperty
relationshipSetProperty
to
relationshipSetProperty
relationshipSetProperty
to
relationshipSetProperty
nodeSetProperty
to
nodeSetProperty
graphSetProperty
to
graphSetProperty
relationshipSetProperty
to
relationshipSetProperty
nodeSetProperty
to
nodeSetProperty
nodeSetProperty
to
nodeSetProperty
relationshipSetProperty
to
relationshipSetProperty
graphSetProperty
to
graphSetProperty
Add or Remove Method invocation
Property.property(properties.get().propertyKeyId(),properties.get().value())
to
Values.NO_VALUE
properties[i].valueEquals(values[i])
to
properties[i].equals(values[i])
accessor.getProperty(nodeId,propertyKeyIds[i])
to
accessor.getPropertyValue(nodeId,propertyKeyIds[i])
Rename Variable
existingProperty
to
existingValue
oldProperty
to
oldValue
property
to
reference
getProperty
to
getPropertyValue
property
to
value
properties
to
reference
properties
to
reference
properties
to
reference
Cascading Type Change (Similar)
Property
to
Value
Property
to
Value
Rename Method invocation
getProperty
to
getPropertyValue
newPropertyData
to
newPropertyValue
getProperty
to
getPropertyValue