public class ExistingNodeStatementBuilder extends Object implements CypherStatementBuilder
| Constructor and Description |
|---|
ExistingNodeStatementBuilder(Set<Node> existingNodes,
StatementFactory statementFactory) |
| Modifier and Type | Method and Description |
|---|---|
Statement |
build()
Builds one or more Cypher clauses and their parameters.
|
public ExistingNodeStatementBuilder(Set<Node> existingNodes, StatementFactory statementFactory)
public Statement build()
CypherStatementBuilderbuild in interface CypherStatementBuilderCopyright © 2015–2020 Neo Technology, Inc.. All rights reserved.