Neo4j Community

Uses of Class
org.neo4j.tooling.wrap.WrappedGraphDatabase

Packages that use WrappedGraphDatabase
org.neo4j.tooling.wrap   
 

Uses of WrappedGraphDatabase in org.neo4j.tooling.wrap
 

Classes in org.neo4j.tooling.wrap with type parameters of type WrappedGraphDatabase
 class WrappedNode<G extends WrappedGraphDatabase>
           
 class WrappedRelationship<G extends WrappedGraphDatabase>
           
 

Methods in org.neo4j.tooling.wrap that return WrappedGraphDatabase
protected  WrappedGraphDatabase WrappedIndex.WrappedNodeIndex.graphdb()
           
protected  WrappedGraphDatabase WrappedIndex.WrappedRelationshipIndex.graphdb()
           
 

Methods in org.neo4j.tooling.wrap that return types with arguments of type WrappedGraphDatabase
protected abstract  WrappedNode<? extends WrappedGraphDatabase> WrappedGraphDatabase.node(Node node, boolean created)
           
protected abstract  WrappedRelationship<? extends WrappedGraphDatabase> WrappedGraphDatabase.relationship(Relationship relationship, boolean created)
           
 

Constructors in org.neo4j.tooling.wrap with parameters of type WrappedGraphDatabase
WrappedIndex.WrappedNodeIndex(WrappedGraphDatabase graphdb)
           
WrappedIndex.WrappedRelationshipIndex(WrappedGraphDatabase graphdb)
           
 


Neo4j Community

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