Module spring.data.mongodb
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.intgetLevel()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:
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
-