Module spring.data.mongodb
Interface ArrayOperators.In.InBuilder
- Enclosing class:
- ArrayOperators.In
public static interface ArrayOperators.In.InBuilder
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptioncontainsValue(Object value) Set the value to check for existence in the array.
-
Method Details
-
containsValue
Set the value to check for existence in the array.- Parameters:
value- must not be value.- Returns:
- new instance of
ArrayOperators.In.
-