Package | Description |
---|---|
org.neo4j.driver | |
org.neo4j.driver.types |
Modifier and Type | Interface and Description |
---|---|
interface |
Value
A unit of data that adheres to the Neo4j type system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Entity
A uniquely identifiable property container that can form part of a Neo4j graph.
|
interface |
Node
The Node interface describes the characteristics of a node from a Neo4j graph.
|
interface |
Relationship
The Relationship interface describes the characteristics of a relationship from a Neo4j graph.
|