Module spring.data.mongodb
Annotation Interface Collation
Collation allows to define the rules used for language-specific string comparison.- Since:
- 4.0
- Author:
- Christoph Strobl
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe actual collation definition in JSON format or atemplate expressionresolving to either a JSON String or aDocument.
-
Element Details
-
value
String valueThe actual collation definition in JSON format or atemplate expressionresolving to either a JSON String or aDocument. The keys of the JSON document are configuration options for the collation.- Returns:
- an empty
Stringby default.
- Default:
- ""
-