| Package | Description |
|---|---|
| org.neo4j.ogm.cypher.compiler | |
| org.neo4j.ogm.mapper |
| Modifier and Type | Method and Description |
|---|---|
Collection<MappedRelationship> |
CypherContext.registeredRelationships() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CypherContext.isRegisteredRelationship(MappedRelationship mappedRelationship) |
void |
CypherContext.registerRelationship(MappedRelationship mappedRelationship) |
boolean |
CypherContext.removeRegisteredRelationship(MappedRelationship mappedRelationship) |
| Modifier and Type | Method and Description |
|---|---|
MappedRelationship |
TransientRelationship.convert(Map<String,Long> refMap)
Creates a MappedRelationship from a TransientRelationship
using the supplied refMap to lookup and replace the correct start and end node ids
|
| Modifier and Type | Method and Description |
|---|---|
Set<MappedRelationship> |
MappingContext.mappedRelationships() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MappingContext.isRegisteredRelationship(MappedRelationship relationship) |
void |
MappingContext.registerRelationship(MappedRelationship relationship) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.