Uses of Class
org.springframework.data.domain.Sort.Order
Packages that use Sort.Order
Package
Description
Central domain abstractions especially to be used in combination with the
Repository abstraction.Central domain abstractions especially to be used in combination with the
Repository abstraction.-
Uses of Sort.Order in org.springframework.data.domain
Classes in org.springframework.data.domain that implement interfaces with type arguments of type Sort.OrderMethods in org.springframework.data.domain that return Sort.OrderModifier and TypeMethodDescriptionstatic Sort.OrderCreates a newSort.Orderinstance.static Sort.OrderCreates a newSort.Orderinstance.static Sort.OrderCreates a newSort.Orderinstance.@Nullable Sort.OrderSort.getOrderFor(String property) Returns the order registered for the given property.Sort.Order.ignoreCase()Returns a newSort.Orderwith case-insensitive sorting enabled.Sort.Order.nullsFirst()Returns a newSort.OrderwithSort.NullHandling.NULLS_FIRSTas null handling hint applied.Sort.Order.nullsLast()Returns a newSort.OrderwithSort.NullHandling.NULLS_LASTas null handling hint applied.Sort.Order.nullsNative()Returns a newSort.OrderwithSort.NullHandling.NATIVEas null handling hint applied.Sort.Order.reverse()Returns a newSort.Orderwith the reversedSort.Order.getDirection()applied.Sort.Order.with(Sort.Direction direction) Returns a newSort.Orderwith the givenSort.Directionapplied.Sort.Order.with(Sort.NullHandling nullHandling) Returns aSort.Orderwith the givenSort.NullHandlingapplied.Sort.Order.withProperty(String property) Returns a newSort.Orderwith thepropertyname applied.Methods in org.springframework.data.domain that return types with arguments of type Sort.OrderModifier and TypeMethodDescriptionprotected List<Sort.Order> Sort.doReverse()Sort.iterator()Sort.TypedSort.iterator()Methods in org.springframework.data.domain with parameters of type Sort.OrderModifier and TypeMethodDescriptionstatic SortSort.by(Sort.Order... orders) Creates a newSortfor the givenSort.Orders.Method parameters in org.springframework.data.domain with type arguments of type Sort.OrderModifier and TypeMethodDescriptionstatic SortSort.by(List<Sort.Order> orders) Creates a newSortfor the givenSort.Orders.Constructor parameters in org.springframework.data.domain with type arguments of type Sort.Order -
Uses of Sort.Order in org.springframework.data.domain.jaxb
Subclasses with type arguments of type Sort.Order in org.springframework.data.domain.jaxbModifier and TypeClassDescriptionclassXmlAdapter to convertSort.Orderinstances intoSpringDataJaxb.OrderDtos and vice versa.Methods in org.springframework.data.domain.jaxb that return Sort.OrderModifier and TypeMethodDescription@Nullable Sort.OrderOrderAdapter.unmarshal(@Nullable SpringDataJaxb.OrderDto source) Methods in org.springframework.data.domain.jaxb with parameters of type Sort.OrderModifier and TypeMethodDescription@Nullable SpringDataJaxb.OrderDtoOrderAdapter.marshal(@Nullable Sort.Order order)