All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description ComparatorBuilder The comparator builder.ComparatorBuilder.DefaultComparatorBuilder The default comparator builder.ComparatorChain The comparator chain has a list of comparators.ComparatorException The comparator exception.ComparatorField This class defines the sort order of a field.ComparatorFields The list of comparator fields.ComparatorSpringUtils This utility class provides methods to transform aComparatorFieldinto aSortobject from the Spring framework (spring-data-common) and vice versa.DefaultValueExtractor The default value extractor supports field names and paths as described inComparatorField.DelegatingComparator The delegating comparator extracts the field value of the specified field name or path and uses the specified comparator for sorting.ObjectFactory The xml object factory.ValueComparator The value comparator extracts field value of the specified field name or path and uses the specified description (ascending or descending, case sensitive or insensitive and 'null is first') for sorting.ValueExtractor The value extractor finds the value of a given field name or path by reflection.ValueExtractorException The value extractor exception.WellKnownTextConverter The well known text converter.WellKnownTextParser Parses the string representation of a sort order and creates a comparator.