| Package | Description |
|---|---|
| org.neo4j.ogm.compiler |
| 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 |
Compiler.newRelationship(String type)
Returns a
RelationshipBuilder that represents a new relationship to be created in the database |
RelationshipBuilder |
Compiler.newRelationship(String type,
boolean bidirectional)
Returns a
RelationshipBuilder that represents a new relationship to be created in the database |
Copyright © 2017 Neo Technology, Inc.. All rights reserved.