| Package | Description |
|---|---|
| org.neo4j.ogm.compiler | |
| org.neo4j.ogm.request |
| Modifier and Type | Method and Description |
|---|---|
Statement |
CypherStatementBuilder.build()
Builds one or more Cypher clauses and their parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
Compiler.createNodesStatements()
Retrieves the Cypher statements that create nodes built up through this
Compiler. |
List<Statement> |
Compiler.createRelationshipsStatements()
Retrieves the Cypher statements that create relationships built up through this
Compiler. |
List<Statement> |
Compiler.deleteRelationshipEntityStatements()
Retrieves the Cypher statements that delete relationship entities built up through this
Compiler. |
List<Statement> |
Compiler.deleteRelationshipStatements()
Retrieves the Cypher statements that delete relationships built up through this
Compiler. |
List<Statement> |
Compiler.getAllStatements()
Retrieves the Cypher statements that have been built up through this
Compiler. |
List<Statement> |
Compiler.updateNodesStatements()
Retrieves the Cypher statements that update nodes built up through this
Compiler. |
List<Statement> |
Compiler.updateRelationshipStatements()
Retrieves the Cypher statements that update relationships built up through this
Compiler. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphModelRequest |
interface |
GraphRowListModelRequest |
interface |
RestModelRequest |
interface |
RowModelRequest |
| Modifier and Type | Method and Description |
|---|---|
Statement |
StatementFactory.statement(String statement,
Map<String,Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
DefaultRequest.getStatements() |
List<Statement> |
Statements.getStatements() |
| Constructor and Description |
|---|
Statements(List<Statement> statements) |
Copyright © 2017 Neo Technology, Inc.. All rights reserved.