Class Collation.CaseFirst
java.lang.Object
org.springframework.data.mongodb.core.query.Collation.CaseFirst
- Enclosing class:
- Collation
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collation.CaseFirst
lower()
Sort lowercase before uppercase.static Collation.CaseFirst
off()
Use the default.static Collation.CaseFirst
upper()
Sort uppercase before lowercase.
-
Method Details
-
upper
Sort uppercase before lowercase.- Returns:
- new
Collation.CaseFirst
.
-
lower
Sort lowercase before uppercase.- Returns:
- new
Collation.CaseFirst
.
-
off
Use the default.- Returns:
- new
Collation.CaseFirst
.
-