Module spring.data.mongodb
Interface GraphLookupOperation.StartWithBuilder
- Enclosing class:
- GraphLookupOperation
public static interface GraphLookupOperation.StartWithBuilder
- Author:
- Mark Paluch, Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionSet the startWith as either fieldReferences,Fields,DocumentorAggregationExpressionto apply the$graphLookupto.Set the startWith fieldReferences to apply the$graphLookupto.startWith(AggregationExpression... expressions) Set the startWith expressions to apply the$graphLookupto.
-
Method Details
-
startWith
Set the startWith fieldReferences to apply the$graphLookupto.- Parameters:
fieldReferences- must not be null.- Returns:
- never null.
-
startWith
Set the startWith expressions to apply the$graphLookupto.- Parameters:
expressions- must not be null.- Returns:
- never null.
-
startWith
Set the startWith as either fieldReferences,Fields,DocumentorAggregationExpressionto apply the$graphLookupto.- Parameters:
expressions- must not be null.- Returns:
- never null.
- Throws:
IllegalArgumentException
-