| Package | Description |
|---|---|
| org.springframework.data.neo4j.core |
This package contains the core infrastructure for creating an imperative or reactive client that can execute queries.
|
| org.springframework.data.neo4j.core.mapping |
The main mapping framework.
|
| org.springframework.data.neo4j.repository.query |
A set of annotations for providing custom queries to repositories.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<PropertyFilter.ProjectedPath> |
PropertyFilterSupport.getInputProperties(ResultProcessor resultProcessor,
ProjectionFactory factory,
Neo4jMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyFilter |
PropertyFilter.from(Collection<PropertyFilter.ProjectedPath> projectedPaths,
NodeDescription<?> nodeDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryFragments.setReturnBasedOn(NodeDescription<?> nodeDescription,
Collection<PropertyFilter.ProjectedPath> includedProperties,
boolean isDistinct) |
Copyright © 2019–2022 Neo4j, Neo4j Sweden AB. All rights reserved.