|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleRelationship | |
|---|---|
| org.neo4j.kernel.impl.batchinsert | |
| Uses of SimpleRelationship in org.neo4j.kernel.impl.batchinsert |
|---|
| Methods in org.neo4j.kernel.impl.batchinsert that return SimpleRelationship | |
|---|---|
SimpleRelationship |
BatchInserterImpl.getRelationshipById(long relId)
|
SimpleRelationship |
BatchInserter.getRelationshipById(long relId)
Gets a relationship by id. |
| Methods in org.neo4j.kernel.impl.batchinsert that return types with arguments of type SimpleRelationship | |
|---|---|
Iterable<SimpleRelationship> |
BatchInserterImpl.getRelationships(long nodeId)
|
Iterable<SimpleRelationship> |
BatchInserter.getRelationships(long nodeId)
Returns an iterable of relationships connected
to the node with supplied id. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||