Package dev.morphia.annotations
Annotation Type Collation
-
public @interface CollationDefines the collation options for an index- Since:
- 1.3
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringlocale
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description com.mongodb.client.model.CollationAlternatealternateControls whether spaces and punctuation are considered base charactersbooleanbackwardsCauses secondary differences to be considered in reverse order, as it is done in the French languagecom.mongodb.client.model.CollationCaseFirstcaseFirstDetermines if Uppercase or lowercase values should come firstbooleancaseLevelTurns on case sensitivitycom.mongodb.client.model.CollationMaxVariablemaxVariablebooleannormalizationbooleannumericOrderingcom.mongodb.client.model.CollationStrengthstrength
-
-
-
Element Detail
-
locale
java.lang.String locale
- Returns:
- the locale
- See Also:
- ICU User Guide - Locale
-
-