Lookup |
Lookup.as(String as) |
Name of the array field added to each output document.
|
Lookup |
Lookup.foreignField(String foreignField) |
Specifies the field from the documents in the from collection.
|
static Lookup |
Lookup.from(Class<?> from) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
static Lookup |
Lookup.from(String from) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
Lookup |
Lookup.let(String name,
Expression expression) |
Defines a variable
|
Lookup |
Lookup.localField(String localField) |
Specifies the field from the documents input to the $lookup stage.
|
static Lookup |
Lookup.lookup() |
Creates a new stage using the target collection
|
static Lookup |
Lookup.lookup(Class<?> from) |
Creates a new stage using the target collection for the mapped type
|
static Lookup |
Lookup.lookup(String from) |
Creates a new stage using the target collection
|
Lookup |
Lookup.pipeline(Stage... stages) |
Specifies the pipeline to run on the joined collection.
|