Uses of Interface
org.springframework.data.mongodb.core.aggregation.GraphLookupOperation.StartWithBuilder
Packages that use GraphLookupOperation.StartWithBuilder
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of GraphLookupOperation.StartWithBuilder in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return GraphLookupOperation.StartWithBuilderModifier and TypeMethodDescriptionSet the collectionName to apply the$graphLookupto.Aggregation.graphLookup(String fromCollection) Creates a newGraphLookupOperation.GraphLookupOperationFromBuilderto construct aGraphLookupOperationgiven fromCollection.