| Package | Description |
|---|---|
| org.neo4j.ogm.context | |
| org.neo4j.ogm.cypher.compiler | |
| org.neo4j.ogm.cypher.compiler.builders.node |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransientRelationship.equals(Long otherSrc,
RelationshipBuilder builder,
Long otherTgt) |
| Modifier and Type | Method and Description |
|---|---|
RelationshipBuilder |
RelationshipBuilder.direction(String direction) |
RelationshipBuilder |
Compiler.existingRelationship(Long existingRelationshipId,
String type)
Returns a
RelationshipBuilder that represents and existing relationship entity to be modified in the database |
RelationshipBuilder |
MultiStatementCypherCompiler.existingRelationship(Long existingRelationshipId,
String type) |
RelationshipBuilder |
Compiler.newRelationship(String type)
Returns a
RelationshipBuilder that represents a new relationship to be created in the database |
RelationshipBuilder |
MultiStatementCypherCompiler.newRelationship(String type) |
RelationshipBuilder |
Compiler.newRelationship(String type,
boolean bidirectional)
Returns a
RelationshipBuilder that represents a new relationship to be created in the database |
RelationshipBuilder |
MultiStatementCypherCompiler.newRelationship(String type,
boolean bidirectional) |
RelationshipBuilder |
Compiler.unrelate(Long startNode,
String relationshipType,
Long endNode,
Long relId)
Defines a relationship deletion between the specified start node to end node with the given relationship type and direction.
|
RelationshipBuilder |
MultiStatementCypherCompiler.unrelate(Long startNode,
String relationshipType,
Long endNode,
Long relId) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRelationshipBuilder |
| Modifier and Type | Method and Description |
|---|---|
RelationshipBuilder |
DefaultRelationshipBuilder.addProperty(String key,
Object value) |
RelationshipBuilder |
DefaultRelationshipBuilder.direction(String newDirection) |
RelationshipBuilder |
DefaultRelationshipBuilder.setVersionProperty(String name,
Long version) |
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.