Uses of Class
org.neo4j.kernel.impl.batchinsert.SimpleRelationship

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.
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.