Uses of Class
org.springframework.data.mongodb.core.query.Collation.Alternate
Package
Description
MongoDB specific query and update support.
-
Uses of Collation.Alternate in org.springframework.data.mongodb.core.query
Modifier and TypeMethodDescriptionstatic Collation.Alternate
Collation.Alternate.nonIgnorable()
Consider Whitespace and punctuation as base characters.Collation.AlternateWithMaxVariable.punct()
Consider both whitespaces and punctuation as ignorable.Collation.AlternateWithMaxVariable.space()
Only consider whitespaces as ignorable.Modifier and TypeMethodDescriptionCollation.alternate
(Collation.Alternate alternate) Set the Field that determines whether collation should consider whitespace and punctuation as base characters for purposes of comparison.