Package org.neo4j.kernel

Implementation for embedding a Neo4j graph database in an application.

See:
          Description

Class Summary
Config A non-standard configuration object.
EmbeddedGraphDatabase An implementation of GraphDatabaseService that is used to embed Neo4j in an application.
EmbeddedReadOnlyGraphDatabase A read-only version of EmbeddedGraphDatabase.
StandaloneWithShell Standalone EmbeddedGraphDatabase with Shell enabled.
 

Package org.neo4j.kernel Description

Implementation for embedding a Neo4j graph database in an application. Classes are provided for both read/write mode and read only mode.



Copyright © 2010 Neo4j. All Rights Reserved.