Class Collation.SecondaryICUComparisonLevel
java.lang.Object
org.springframework.data.mongodb.core.query.Collation.SecondaryICUComparisonLevel
- All Implemented Interfaces:
Collation.ComparisonLevel
- Enclosing class:
- Collation
Secondary-strength
Collation.ICUComparisonLevel
.-
Method Summary
Modifier and TypeMethodDescriptionExclude case comparison.int
getLevel()
Include case comparison.
-
Method Details
-
includeCase
Include case comparison.- Returns:
- new
Collation.SecondaryICUComparisonLevel
-
excludeCase
Exclude case comparison.- Returns:
- new
Collation.SecondaryICUComparisonLevel
-
getLevel
public int getLevel()- Specified by:
getLevel
in interfaceCollation.ComparisonLevel
- Returns:
- collation strength, 1 for primary, 2 for secondary and so on.
-
getCaseFirst
- Specified by:
getCaseFirst
in interfaceCollation.ComparisonLevel
-
getCaseLevel
- Specified by:
getCaseLevel
in interfaceCollation.ComparisonLevel
-