|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryContext
| Nested Class Summary | |
|---|---|
static interface |
QueryContext.Operations<T extends PropertyContainer>
|
| Method Summary | |
|---|---|
void |
close()
Release all resources held by this context. |
Node |
createNode()
|
Relationship |
createRelationship(Node start,
Node end,
String relType)
|
Iterable<Relationship> |
getRelationshipsFor(Node node,
Direction dir,
String... types)
|
QueryContext.Operations<Node> |
nodeOps()
|
QueryContext.Operations<Relationship> |
relationshipOps()
|
| Method Detail |
|---|
QueryContext.Operations<Node> nodeOps()
QueryContext.Operations<Relationship> relationshipOps()
Node createNode()
Relationship createRelationship(Node start,
Node end,
String relType)
Iterable<Relationship> getRelationshipsFor(Node node,
Direction dir,
String... types)
void close()
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||