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
Methods 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.Sort.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 reversedgetDirection()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
Methods in org.springframework.data.domain.jaxb that return Sort.OrderMethods in org.springframework.data.domain.jaxb with parameters of type Sort.Order