Module spring.data.mongodb
Class Collation.TertiaryICUComparisonLevel
java.lang.Object
org.springframework.data.mongodb.core.query.Collation.TertiaryICUComparisonLevel
- All Implemented Interfaces:
Collation.ComparisonLevel
- Enclosing class:
- Collation
Tertiary-strength
Collation.ICUComparisonLevel.-
Method Summary
Modifier and TypeMethodDescriptioncaseFirst(Collation.CaseFirst caseFirst) Set the flag that determines sort order of case differences.intgetLevel()
-
Method Details
-
caseFirst
Set the flag that determines sort order of case differences.- Parameters:
caseFirst- must not be null.- Returns:
- new
Collation.ICUComparisonLevel
-
getLevel
public int getLevel()- Specified by:
getLevelin interfaceCollation.ComparisonLevel- Returns:
- collation strength, 1 for primary, 2 for secondary and so on.
-
getCaseFirst
- Specified by:
getCaseFirstin interfaceCollation.ComparisonLevel
-
getCaseLevel
- Specified by:
getCaseLevelin interfaceCollation.ComparisonLevel
-