public interface Neo4jGraphAPI
| Modifier and Type | Method and Description |
|---|---|
Iterable<Neo4jNode> |
allNodes() |
Iterable<Neo4jRelationship> |
allRelationships() |
Neo4jNode |
createNode(String... labels) |
Iterator<Map<String,Object>> |
execute(String query,
Map<String,Object> params) |
Iterable<Neo4jNode> |
findNodes(String label) |
Iterable<Neo4jNode> |
findNodes(String label,
String property,
Object value) |
Iterable<String> |
getKeys() |
Neo4jNode |
getNodeById(long id) |
Object |
getProperty(String key) |
Neo4jRelationship |
getRelationshipById(long id) |
boolean |
hasProperty(String key) |
boolean |
hasSchemaIndex(String label,
String property) |
Object |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
void |
shutdown() |
Neo4jTx |
tx() |
Neo4jNode getNodeById(long id)
Neo4jRelationship getRelationshipById(long id)
void shutdown()
Iterable<Neo4jRelationship> allRelationships()
Neo4jTx tx()
boolean hasProperty(String key)
Copyright © 2015 Neo Technology, Inc.. All rights reserved.