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

Packages that use WrappedGraphDatabase
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling.wrap   
 

Uses of WrappedGraphDatabase in org.neo4j.kernel
 

Subclasses of WrappedGraphDatabase in org.neo4j.kernel
 class HighlyAvailableGraphDatabase
           
 

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

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)
           
 



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