Package | Description |
---|---|
org.neo4j.graphdb |
The core graph database API.
|
org.neo4j.graphdb.index |
Integrated API for node and relationship indexing.
|
Modifier and Type | Method and Description |
---|---|
GraphDatabaseService |
PropertyContainer.getGraphDatabase()
|
Modifier and Type | Method and Description |
---|---|
GraphDatabaseService |
ReadableIndex.getGraphDatabase()
Get the
graph database that owns this index. |
Constructor and Description |
---|
UniqueNodeFactory(GraphDatabaseService graphdb,
String index)
Create a new
UniqueFactory for nodes. |
UniqueRelationshipFactory(GraphDatabaseService graphdb,
String index)
Create a new
UniqueFactory for relationships. |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.