| 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.
|
| PropertyContainerBuilder<T> |
Interface to abstract setting properties on nodes/relationship entities
|
| RelationshipBuilder |
Builds a relationship to be persisted in the database
|
| Class | Description |
|---|---|
| CypherContext |
Maintains contextual information throughout the process of compiling Cypher statements to persist a graph of objects.
|
| MultiStatementCypherCompiler |
Cypher compiler that produces multiple statements that can be executed together or split over a transaction.
|
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.