| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
GraphLookupOperation.ConnectFromBuilder |
GraphLookupOperation.StartWithBuilder.startWith(AggregationExpression... expressions)
Set the startWith expressions to apply the
$graphLookup to. |
GraphLookupOperation.ConnectFromBuilder |
GraphLookupOperation.StartWithBuilder.startWith(Object... expressions)
Set the startWith as either fieldReferences,
Fields, Document or
AggregationExpression to apply the $graphLookup to. |
GraphLookupOperation.ConnectFromBuilder |
GraphLookupOperation.StartWithBuilder.startWith(String... fieldReferences)
Set the startWith fieldReferences to apply the
$graphLookup to. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.