Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Method and Description |
---|---|
GraphLookupOptions |
GraphLookupOptions.depthField(String field)
The name of the field in which to store the depth value
|
GraphLookupOptions |
GraphLookupOptions.maxDepth(Integer max)
Specifies a maximum recursive depth for the $graphLookup.
|
Modifier and Type | Method and Description |
---|---|
static <TExpression> |
Aggregates.graphLookup(String from,
TExpression startWith,
String connectFromField,
String connectToField,
String as,
GraphLookupOptions options)
Creates a graphLookup pipeline stage for the specified filter
|
Copyright © 2017. All Rights Reserved.