Class GraphLookupOperation

java.lang.Object
org.springframework.data.mongodb.core.aggregation.GraphLookupOperation
All Implemented Interfaces:
AggregationOperation, FieldsExposingAggregationOperation, FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation

public class GraphLookupOperation extends Object implements FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation
Encapsulates the aggregation framework $graphLookup-operation.
Performs a recursive search on a collection, with options for restricting the search by recursion depth and query filter.
We recommend to use the static factory method Aggregation.graphLookup(String) instead of creating instances of this class directly.
Since:
1.10
Author:
Mark Paluch, Christoph Strobl
See Also: