NodeRepresentation |
DatabaseActions.createNode(Map<String,Object> properties,
org.neo4j.graphdb.Label... labels) |
RelationshipRepresentation |
DatabaseActions.createRelationship(long startNodeId,
long endNodeId,
String type,
Map<String,Object> properties) |
void |
DatabaseActions.removeAllNodeProperties(long nodeId) |
void |
DatabaseActions.removeAllRelationshipProperties(long relationshipId) |
void |
DatabaseActions.setAllNodeProperties(long nodeId,
Map<String,Object> properties) |
void |
DatabaseActions.setAllRelationshipProperties(long relationshipId,
Map<String,Object> properties) |
void |
DatabaseActions.setNodeProperty(long nodeId,
String key,
Object value) |
void |
DatabaseActions.setRelationshipProperty(long relationshipId,
String key,
Object value) |