| Package | Description |
|---|---|
| org.neo4j.driver.v1 | |
| org.neo4j.driver.v1.summary | |
| org.neo4j.driver.v1.types |
| Class and Description |
|---|
| AccessMode
Used by Routing Driver to decide if a transaction should be routed to a write server or a read server in a cluster.
|
| AuthToken
Token for holding authentication details, such as user name and password.
|
| Config
A configuration class to config driver properties.
|
| Config.ConfigBuilder
Used to build new config instances
|
| Config.EncryptionLevel
Control the level of encryption to require
|
| Config.TrustStrategy
Control how the driver determines if it can trust the encryption certificates provided by the Neo4j instance it is connected to.
|
| Config.TrustStrategy.Strategy
The trust strategy that the driver supports
|
| Driver
Accessor for a specific Neo4j graph database.
|
| Logger
Logs messages for driver activity.
|
| Logging
Accessor for
Logger instances. |
| Record
Container for Cypher result values.
|
| Session
Provides a context of work for database interactions.
|
| Statement
An executable statement, i.e.
|
| StatementResult
The result of running a Cypher statement, conceptually a stream of
records. |
| StatementRunner
Common interface for components that can execute Neo4j statements.
|
| Transaction
Logical container for an atomic unit of work.
|
| TransactionWork
Callback that executes operations against a given
Transaction. |
| Value
A unit of data that adheres to the Neo4j type system.
|
| Class and Description |
|---|
| Statement
An executable statement, i.e.
|
| Value
A unit of data that adheres to the Neo4j type system.
|
| Class and Description |
|---|
| Value
A unit of data that adheres to the Neo4j type system.
|
Copyright © 2017. All rights reserved.