Class Collation.CaseFirst
java.lang.Object
org.springframework.data.mongodb.core.query.Collation.CaseFirst
- Enclosing class:
Collation
- Since:
- 2.0
- Author:
- Christoph Strobl, Mark Paluch, Jens Schauder
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collation.CaseFirstlower()Sort lowercase before uppercase.static Collation.CaseFirstoff()Use the default.static Collation.CaseFirstupper()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
-