| 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 src,
RelationshipBuilder builder,
Long tgt) |
| Modifier and Type | Method and Description |
|---|---|
RelationshipBuilder |
RelationshipBuilder.direction(String direction) |
RelationshipBuilder |
MultiStatementCypherCompiler.existingRelationship(Long existingRelationshipId,
String type) |
RelationshipBuilder |
Compiler.existingRelationship(Long existingRelationshipId,
String type)
Returns a
RelationshipBuilder that represents and existing relationship entity to be modified in the database |
RelationshipBuilder |
MultiStatementCypherCompiler.newRelationship(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,
boolean bidirectional) |
RelationshipBuilder |
Compiler.newRelationship(String type,
boolean bidirectional)
Returns a
RelationshipBuilder that represents a new relationship to be created in the database |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRelationshipBuilder |
| Modifier and Type | Method and Description |
|---|---|
RelationshipBuilder |
DefaultRelationshipBuilder.direction(String direction) |
Copyright © 2018 Neo Technology, Inc.. All rights reserved.