See: Description
| Class | Description |
|---|---|
| BoundingBox |
This is a utility class that computes the bounding box of a polygon as a rectangle defined by the lower left and
upper right point.
|
| CypherAdapterUtils |
Bridging between Spring Data domain Objects and Cypher constructs.
|
| Neo4jQueryLookupStrategy |
Lookup strategy for queries.
|
| Neo4jSpelSupport |
This class provides a couple of extensions to the Spring Data Neo4j SpEL support and is registered by
the appropriate repository factories as a root bean.
|
| QueryFragmentsAndParameters |
Combines the QueryFragments with parameters.
|
| QueryFragmentsAndParameters.QueryFragments |
Collects the parts of a Cypher query to be handed over to the Cypher generator.
|
| ReactiveNeo4jQueryLookupStrategy |
Lookup strategy for queries.
|
| SimpleQueryByExampleExecutor<T> |
A fragment for repositories providing "Query by example" functionality.
|
| SimpleReactiveQueryByExampleExecutor<T> |
A fragment for repositories providing "Query by example" functionality in a reactive way.
|
| Annotation Type | Description |
|---|---|
| ExistsQuery |
Specialized version of
Query whose values is always used as exists projection. |
| Query |
Annotation to provide Cypher statements that will be used for executing the method.
|
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.