| Package | Description |
|---|---|
| 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 |
|---|---|
PropertyFilter.RelaxedPropertyPath |
PropertyFilter.RelaxedPropertyPath.append(String pathPart) |
PropertyFilter.RelaxedPropertyPath |
PropertyFilter.RelaxedPropertyPath.prepend(String pathPart) |
static PropertyFilter.RelaxedPropertyPath |
PropertyFilter.RelaxedPropertyPath.withRootType(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
PropertyFilter.contains(PropertyFilter.RelaxedPropertyPath propertyPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NodeDescription.containsPossibleCircles(Predicate<PropertyFilter.RelaxedPropertyPath> includeField) |
Collection<org.neo4j.cypherdsl.core.Expression> |
CypherGenerator.createReturnStatementForMatch(Neo4jPersistentEntity<?> nodeDescription,
Predicate<PropertyFilter.RelaxedPropertyPath> includeField) |
Collection<RelationshipDescription> |
NodeDescription.getRelationshipsInHierarchy(Predicate<PropertyFilter.RelaxedPropertyPath> propertyPredicate)
This returns the relationships this node, its parent and child has to other nodes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryFragments.includeField(PropertyFilter.RelaxedPropertyPath fieldName) |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.