| Package | Description |
|---|---|
| org.neo4j.driver.v1 | |
| org.neo4j.driver.v1.types |
| Modifier and Type | Method and Description |
|---|---|
Entity |
Value.asEntity() |
| Modifier and Type | Method and Description |
|---|---|
static Function<Value,Entity> |
Values.ofEntity()
Converts values to
Entity. |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
MapAccessorWithDefaultValue.get(String key,
Entity defaultValue)
Retrieve the entity with the given key.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
MapAccessorWithDefaultValue.get(String key,
Entity defaultValue)
Retrieve the entity with the given key.
|
Copyright © 2018. All rights reserved.