| Package | Description |
|---|---|
| org.neo4j.ogm.context | |
| org.neo4j.ogm.cypher.compiler |
| Modifier and Type | Class and Description |
|---|---|
class |
MappedRelationship
Light-weight record of a relationship mapped from the database
startNodeId - relationshipId - relationshipType - endNodeId
The relationshipId is recorded for relationship entities, and not for simple relationships. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Mappable> |
CompileContext.getDeletedRelationships() |
Collection<Mappable> |
CypherContext.getDeletedRelationships() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompileContext.registerRelationship(Mappable mappable) |
void |
CypherContext.registerRelationship(Mappable mappedRelationship) |
boolean |
CompileContext.removeRegisteredRelationship(Mappable mappable) |
boolean |
CypherContext.removeRegisteredRelationship(Mappable mappedRelationship) |
Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.