Class LookupWithPipelineStage
java.lang.Object
de.bwaldvogel.mongo.backend.aggregation.stage.LookupWithPipelineStage
- All Implemented Interfaces:
AggregationStage
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookupWithPipelineStage(Document configuration, MongoDatabase mongoDatabase, DatabaseResolver databaseResolver, Oplog oplog) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.bwaldvogel.mongo.backend.aggregation.stage.AggregationStage
isModifying
-
Field Details
-
PIPELINE_FIELD
- See Also:
-
-
Constructor Details
-
LookupWithPipelineStage
public LookupWithPipelineStage(Document configuration, MongoDatabase mongoDatabase, DatabaseResolver databaseResolver, Oplog oplog)
-
-
Method Details
-
apply
-
name
- Specified by:
namein interfaceAggregationStage
-