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 aSort.OrderwithSort.NullHandling.NULLS_FIRSTas null handling hint.Sort.Order.nullsLast()Returns aSort.OrderwithSort.NullHandling.NULLS_LASTas null handling hint.Sort.Order.nullsNative()Returns aSort.OrderwithSort.NullHandling.NATIVEas null handling hint.Sort.Order.with(Sort.Direction direction) Returns a newSort.Orderwith the givenSort.Direction.Sort.Order.with(Sort.NullHandling nullHandling) Returns aSort.Orderwith the givenSort.NullHandling.Sort.Order.withProperty(String property) Returns a newSort.OrderMethods in org.springframework.data.domain that return types with arguments of type Sort.OrderMethods 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