Uses of Class
org.springframework.data.mongodb.core.query.Collation.Alternate
Packages that use Collation.Alternate
Package
Description
MongoDB specific query and update support.
-
Uses of Collation.Alternate in org.springframework.data.mongodb.core.query
Subclasses of Collation.Alternate in org.springframework.data.mongodb.core.queryMethods in org.springframework.data.mongodb.core.query that return Collation.AlternateModifier and TypeMethodDescriptionstatic Collation.AlternateCollation.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.Methods in org.springframework.data.mongodb.core.query with parameters of type Collation.AlternateModifier 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.