Uses of Class
org.springframework.data.domain.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
Modifier and TypeMethodDescriptionstatic Sort.Order
Creates a newSort.Order
instance.static Sort.Order
Creates a newSort.Order
instance.static Sort.Order
Creates a newSort.Order
instance.Sort.getOrderFor
(String property) Returns the order registered for the given property.Sort.Order.ignoreCase()
Returns a newSort.Order
with case-insensitive sorting enabled.Sort.Order.nullsFirst()
Returns a newSort.Order
withSort.NullHandling.NULLS_FIRST
as null handling hint applied.Sort.Order.nullsLast()
Returns a newSort.Order
withSort.NullHandling.NULLS_LAST
as null handling hint applied.Sort.Order.nullsNative()
Returns a newSort.Order
withSort.NullHandling.NATIVE
as null handling hint applied.Sort.Order.reverse()
Returns a newSort.Order
with the reversedgetDirection()
applied.Sort.Order.with
(Sort.Direction direction) Returns a newSort.Order
with the givenSort.Direction
applied.Sort.Order.with
(Sort.NullHandling nullHandling) Returns aSort.Order
with the givenSort.NullHandling
applied.Sort.Order.withProperty
(String property) Returns a newSort.Order
with theproperty
name applied.Modifier and TypeMethodDescriptionprotected List<Sort.Order>
Sort.doReverse()
Sort.iterator()
Sort.TypedSort.iterator()
Modifier and TypeMethodDescriptionstatic Sort
Sort.by
(Sort.Order... orders) Creates a newSort
for the givenSort.Order
s.Modifier and TypeMethodDescriptionstatic Sort
Sort.by
(List<Sort.Order> orders) Creates a newSort
for the givenSort.Order
s. -
Uses of Sort.Order in org.springframework.data.domain.jaxb