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 static factory method Aggregation.lookup(String, String, String, String) instead of creating instances of this class directly.
Since:
1.9
Author:
Alessio Fachechi, Christoph Strobl, Mark Paluch
See Also: