| Package | Description |
|---|---|
| org.neo4j.kernel.api.operations |
| Modifier and Type | Method and Description |
|---|---|
Property |
EntityReadOperations.nodeGetProperty(long nodeId,
long propertyKeyId) |
boolean |
EntityReadOperations.nodeHasProperty(long nodeId,
long propertyKeyId)
Returns true if node has the property given it's property key id for the node with the given node id
|
Property |
EntityWriteOperations.nodeRemoveProperty(long nodeId,
long propertyKeyId)
Remove a node's property given the node's id and the property key id and return the value to which
it was set or null if it was not set on the node
|
void |
EntityWriteOperations.nodeSetProperty(long nodeId,
Property property) |
String |
KeyReadOperations.propertyKeyGetName(long propertyKeyId)
Returns the name of a property given its property key id
|
Property |
EntityReadOperations.relationshipGetProperty(long relationshipId,
long propertyKeyId) |
boolean |
EntityReadOperations.relationshipHasProperty(long relationshipId,
long propertyKeyId) |
Property |
EntityWriteOperations.relationshipRemoveProperty(long relationshipId,
long propertyKeyId) |
void |
EntityWriteOperations.relationshipSetProperty(long relationshipId,
Property property) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.