| Interface | Description |
|---|---|
| CompileContext |
Maintains contextual information throughout the process of compiling Cypher statements to persist a graph of objects.
|
| Compiler |
Defines a simple API for building up Cypher queries programmatically.
|
| CypherStatementBuilder | |
| NodeBuilder |
Builds a node to be persisted in the database.
|
| RelationshipBuilder |
Builds a relationship to be persisted in the database
|
| Class | Description |
|---|---|
| SrcTargetKey |
Key for lookup of transient relationship by source and target
NOTE: source and target are always sorted so the lookup will ignore the direction
|
Copyright © 2017 Neo Technology, Inc.. All rights reserved.