Uses of Class
dev.morphia.aggregation.stages.Lookup
-
Packages that use Lookup Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of Lookup in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Lookup Modifier and Type Method Description Aggregation<T>Aggregation. lookup(Lookup lookup)Performs a left outer join to an unsharded collection in the same database to filter in documents from the “joined” collection for processing.Aggregation<T>AggregationImpl. lookup(Lookup lookup) -
Uses of Lookup in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type Lookup Modifier and Type Method Description Class<Lookup>LookupCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type Lookup Modifier and Type Method Description protected voidLookupCodec. encodeStage(BsonWriter writer, Lookup value, EncoderContext encoderContext) -
Uses of Lookup in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Lookup Modifier and Type Method Description LookupLookup. as(String as)Name of the array field added to each output document.LookupLookup. foreignField(String foreignField)Specifies the field from the documents in the from collection.static LookupLookup. from(Class<?> from)Deprecated, for removal: This API element is subject to removal in a future version.uselookup(Class)static LookupLookup. from(String from)Deprecated, for removal: This API element is subject to removal in a future version.uselookup(String)LookupLookup. let(String name, dev.morphia.aggregation.expressions.impls.Expression expression)Defines a variableLookupLookup. localField(String localField)Specifies the field from the documents input to the $lookup stage.static LookupLookup. lookup()Creates a new stage using the target collectionstatic LookupLookup. lookup(Class<?> from)Creates a new stage using the target collection for the mapped typestatic LookupLookup. lookup(String from)Creates a new stage using the target collectionLookupLookup. pipeline(Stage... stages)Specifies the pipeline to run on the joined collection.
-