@API(status=INTERNAL,
since="6.0")
public final class CreateRelationshipStatementHolder
extends Object
CreateRelationshipStatementHolder holds the Cypher Statement to create a relationship as well as the optional
properties that describe the relationship in case of more then a simple relationship. By holding the relationship
creation cypher together with the properties, we can reuse the same logic in the Neo4jTemplate as well as in
the ReactiveNeo4jTemplate.| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getProperties() |
org.neo4j.cypherdsl.core.Statement |
getStatement() |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.