Class LookupOperation

java.lang.Object
org.springframework.data.mongodb.core.aggregation.LookupOperation
All Implemented Interfaces:
AggregationOperation, FieldsExposingAggregationOperation, FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation

Encapsulates the aggregation framework $lookup-operation. We recommend to use the builder provided via newLookup() instead of creating instances of this class directly.
Since:
1.9
Author:
Alessio Fachechi, Christoph Strobl, Mark Paluch, Sangyong Choi
See Also: