| Interface | Description |
|---|---|
| Entity |
A uniquely identifiable property container that can form part of a Neo4j graph.
|
| MapAccessor |
Access the keys, properties and values of an underlying unordered map by key
This provides only read methods.
|
| MapAccessorWithDefaultValue |
Provides methods to access the value of an underlying unordered map by key.
|
| Node |
The Node interface describes the characteristics of a node from a Neo4j graph.
|
| Path |
A Path is a directed sequence of relationships between two nodes.
|
| Path.Segment |
A segment combines a relationship in a path with a start and end node that describe the traversal direction
for that relationship.
|
| Relationship |
The Relationship interface describes the characteristics of a relationship from a Neo4j graph.
|
| Type |
The type of a
Value as defined by the Cypher language |
| TypeSystem |
A listing of all database types this driver can handle.
|
Copyright © 2017. All rights reserved.