Uses of Class
org.neo4j.kernel.impl.nioneo.store.RelationshipStore

Packages that use RelationshipStore
org.neo4j.backup.check   
org.neo4j.kernel.impl.nioneo.store   
 

Uses of RelationshipStore in org.neo4j.backup.check
 

Constructors in org.neo4j.backup.check with parameters of type RelationshipStore
DiffStore(NodeStore nodeStore, RelationshipStore relStore, PropertyStore propStore, RelationshipTypeStore typeStore)
           
 

Uses of RelationshipStore in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return RelationshipStore
 RelationshipStore NeoStore.getRelationshipStore()
          The relationship store.
 

Constructors in org.neo4j.kernel.impl.nioneo.store with parameters of type RelationshipStore
StoreAccess(NodeStore nodeStore, RelationshipStore relStore, PropertyStore propStore, RelationshipTypeStore typeStore)
           
 



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