Uses of Class
org.springframework.data.keyvalue.core.PropertyPathComparator
Packages that use PropertyPathComparator
-
Uses of PropertyPathComparator in org.springframework.data.keyvalue.core
Methods in org.springframework.data.keyvalue.core that return PropertyPathComparatorModifier and TypeMethodDescriptionPropertyPathComparator<@Nullable T> PropertyPathComparator.asc()Sort ascending.PropertyPathComparator<@Nullable T> PropertyPathComparator.desc()Sort descending.PropertyPathComparator<@Nullable T> PropertyPathComparator.nullsFirst()Sort null values first.PropertyPathComparator<@Nullable T> PropertyPathComparator.nullsLast()Sort null values last.