Uses of Class
org.springframework.data.neo4j.core.mapping.PropertyFilter.RelaxedPropertyPath
Packages that use PropertyFilter.RelaxedPropertyPath
Package
Description
The main mapping framework.
A set of annotations for providing custom queries to repositories.
-
Uses of PropertyFilter.RelaxedPropertyPath in org.springframework.data.neo4j.core.mapping
Fields in org.springframework.data.neo4j.core.mapping with type parameters of type PropertyFilter.RelaxedPropertyPathModifier and TypeFieldDescriptionstatic final Predicate<PropertyFilter.RelaxedPropertyPath>
PropertyFilter.NO_FILTER
Methods in org.springframework.data.neo4j.core.mapping that return PropertyFilter.RelaxedPropertyPathModifier and TypeMethodDescriptionPropertyFilter.RelaxedPropertyPath.getLeafProperty()
PropertyFilter.RelaxedPropertyPath.replaceLastSegment
(String lastSegment) PropertyFilter.RelaxedPropertyPath.withRootType
(Class<?> type) Methods in org.springframework.data.neo4j.core.mapping with parameters of type PropertyFilter.RelaxedPropertyPathModifier and TypeMethodDescriptionabstract boolean
PropertyFilter.contains
(PropertyFilter.RelaxedPropertyPath propertyPath) Method parameters in org.springframework.data.neo4j.core.mapping with type arguments of type PropertyFilter.RelaxedPropertyPathModifier and TypeMethodDescriptionboolean
NodeDescription.containsPossibleCircles
(Predicate<PropertyFilter.RelaxedPropertyPath> includeField) Collection<org.neo4j.cypherdsl.core.Expression>
CypherGenerator.createReturnStatementForMatch
(Neo4jPersistentEntity<?> nodeDescription, Predicate<PropertyFilter.RelaxedPropertyPath> includeField, org.neo4j.cypherdsl.core.Expression... additionalExpressions) NodeDescription.getRelationshipsInHierarchy
(Predicate<PropertyFilter.RelaxedPropertyPath> propertyPredicate) This returns the relationships this node, its parent and child has to other nodes.Constructors in org.springframework.data.neo4j.core.mapping with parameters of type PropertyFilter.RelaxedPropertyPathModifierConstructorDescriptionProjectedPath
(PropertyFilter.RelaxedPropertyPath propertyPath, boolean isEntity) -
Uses of PropertyFilter.RelaxedPropertyPath in org.springframework.data.neo4j.repository.query
Methods in org.springframework.data.neo4j.repository.query with parameters of type PropertyFilter.RelaxedPropertyPathModifier and TypeMethodDescriptionboolean
QueryFragments.includeField
(PropertyFilter.RelaxedPropertyPath fieldName) Method parameters in org.springframework.data.neo4j.repository.query with type arguments of type PropertyFilter.RelaxedPropertyPathModifier and TypeMethodDescriptionvoid
QueryFragments.setProjectingPropertyFilter
(Predicate<PropertyFilter.RelaxedPropertyPath> projectingPropertyFilter)