Class PropertyFilterSupport
java.lang.Object
org.springframework.data.neo4j.core.PropertyFilterSupport
This class is responsible for creating a List of
PropertyPath entries that
contains all reachable properties (w/o circles).- Author:
- Michael J. Simons, Gerrit Meier
-
Method Summary
Modifier and TypeMethodDescriptioncreateRelaxedPropertyPathFilter(Class<?> domainType, Neo4jMappingContext mappingContext) getInputProperties(ResultProcessor resultProcessor, ProjectionFactory factory, Neo4jMappingContext mappingContext) getInputPropertiesForAggregateBoundary(Class<?> domainType, Neo4jMappingContext mappingContext)
-
Method Details
-
getInputProperties
public static Collection<PropertyFilter.ProjectedPath> getInputProperties(ResultProcessor resultProcessor, ProjectionFactory factory, Neo4jMappingContext mappingContext) -
getInputPropertiesForAggregateBoundary
public static Collection<PropertyFilter.ProjectedPath> getInputPropertiesForAggregateBoundary(Class<?> domainType, Neo4jMappingContext mappingContext) -
createRelaxedPropertyPathFilter
public static Predicate<PropertyFilter.RelaxedPropertyPath> createRelaxedPropertyPathFilter(Class<?> domainType, Neo4jMappingContext mappingContext)
-