| Package | Description |
|---|---|
| org.springframework.data.neo4j.core |
This package contains the core infrastructure for creating an imperative or reactive client that can execute queries.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ReactiveNeo4jClient.RunnableSpec
Contract for a runnable query that can be either run returning its result, run without results or be
parameterized.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveNeo4jClient.RunnableSpecTightToDatabase |
ReactiveNeo4jClient.RunnableSpec.in(String targetDatabase)
Pins the previously defined query to a specific database.
|
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.