Neo4j Advanced

Uses of Interface
org.neo4j.graphdb.GraphDatabaseService

Packages that use GraphDatabaseService
org.neo4j.cypher.javacompat Execute Cypher queries from Java code. 
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.tooling   
 

Uses of GraphDatabaseService in org.neo4j.cypher.javacompat
 

Constructors in org.neo4j.cypher.javacompat with parameters of type GraphDatabaseService
ExecutionEngine(GraphDatabaseService database)
          Creates an execution engine around the give graph database
 

Uses of GraphDatabaseService in org.neo4j.graphdb
 

Methods in org.neo4j.graphdb that return GraphDatabaseService
 GraphDatabaseService PropertyContainer.getGraphDatabase()
          Get the GraphDatabaseService that this Node or Relationship belongs to.
 

Uses of GraphDatabaseService in org.neo4j.index.lucene
 

Constructors in org.neo4j.index.lucene with parameters of type GraphDatabaseService
LuceneTimeline(GraphDatabaseService db, Index<T> index)
           
 

Uses of GraphDatabaseService in org.neo4j.kernel
 

Classes in org.neo4j.kernel that implement GraphDatabaseService
 class AbstractGraphDatabase
          Exposes the methods AbstractGraphDatabase.getConfig()() and AbstractGraphDatabase.getManagementBeans(Class)() a.s.o.
 class EmbeddedGraphDatabase
          An implementation of GraphDatabaseService that is used to embed Neo4j in an application.
 class EmbeddedReadOnlyGraphDatabase
          A read-only version of EmbeddedGraphDatabase.
 

Methods in org.neo4j.kernel that return GraphDatabaseService
abstract  GraphDatabaseService KernelData.graphDatabase()
           
 

Uses of GraphDatabaseService in org.neo4j.tooling
 

Methods in org.neo4j.tooling with parameters of type GraphDatabaseService
static GlobalGraphOperations GlobalGraphOperations.at(GraphDatabaseService db)
          Get a GlobalGraphOperations for the given db.
 


Neo4j Advanced

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.