Package | Description |
---|---|
org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphDatabase |
class |
EmbeddedGraphDatabase
An implementation of
GraphDatabaseService that is used to embed Neo4j
in an application. |
class |
EmbeddedReadOnlyGraphDatabase
A read-only version of
EmbeddedGraphDatabase . |
class |
InternalAbstractGraphDatabase
Base implementation of GraphDatabaseService.
|
Modifier and Type | Method and Description |
---|---|
abstract GraphDatabaseAPI |
KernelData.graphDatabase() |
GraphDatabaseAPI |
InternalAbstractGraphDatabase.DefaultKernelData.graphDatabase() |
Constructor and Description |
---|
InternalAbstractGraphDatabase.DefaultKernelData(Config config,
GraphDatabaseAPI graphDb) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.