Module spring.data.mongodb
Interface GraphLookupOperation.ConnectFromBuilder
- Enclosing class:
- GraphLookupOperation
public static interface GraphLookupOperation.ConnectFromBuilder
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionconnectFrom(String fieldName) Set the connectFrom fieldName to apply the$graphLookupto.
-
Method Details
-
connectFrom
Set the connectFrom fieldName to apply the$graphLookupto.- Parameters:
fieldName- must not be null or empty.- Returns:
- never null.
-