Uses of Class
org.springframework.data.mongodb.core.query.Collation.CaseFirst
Packages that use Collation.CaseFirst
Package
Description
MongoDB specific query and update support.
-
Uses of Collation.CaseFirst in org.springframework.data.mongodb.core.query
Methods in org.springframework.data.mongodb.core.query that return Collation.CaseFirstModifier and TypeMethodDescriptionstatic Collation.CaseFirstCollation.CaseFirst.lower()Sort lowercase before uppercase.static Collation.CaseFirstCollation.CaseFirst.off()Use the default.static Collation.CaseFirstCollation.CaseFirst.upper()Sort uppercase before lowercase.Methods in org.springframework.data.mongodb.core.query that return types with arguments of type Collation.CaseFirstModifier and TypeMethodDescriptiondefault Optional<Collation.CaseFirst>Collation.ComparisonLevel.getCaseFirst()Methods in org.springframework.data.mongodb.core.query with parameters of type Collation.CaseFirstModifier and TypeMethodDescriptionCollation.caseFirst(Collation.CaseFirst sort) Set the flag that determines sort order of case differences during tertiary level comparisons.Collation.TertiaryICUComparisonLevel.caseFirst(Collation.CaseFirst caseFirst) Set the flag that determines sort order of case differences.