Module spring.data.mongodb
Interface GraphLookupOperation.FromBuilder
- Enclosing class:
- GraphLookupOperation
public static interface GraphLookupOperation.FromBuilder
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionSet the collectionName to apply the$graphLookupto.
-
Method Details
-
from
Set the collectionName to apply the$graphLookupto.- Parameters:
collectionName- must not be null or empty.- Returns:
- never null.
-