Uses of Enum Class
org.springframework.data.domain.Sort.NullHandling
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of Sort.NullHandling in org.springframework.data.domain
Modifier and TypeMethodDescriptionSort.Order.getNullHandling()
Returns the usedSort.NullHandling
hint, which can but may not be respected by the used datastore.static Sort.NullHandling
Returns the enum constant of this class with the specified name.static Sort.NullHandling[]
Sort.NullHandling.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSort.Order.with
(Sort.NullHandling nullHandling) Returns aSort.Order
with the givenSort.NullHandling
.ModifierConstructorDescriptionOrder
(Sort.Direction direction, String property, boolean ignoreCase, Sort.NullHandling nullHandling) Creates a newSort.Order
instance. if order is null then order defaults toSort.DEFAULT_DIRECTION
Order
(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint) Creates a newSort.Order
instance. if order is null then order defaults toSort.DEFAULT_DIRECTION