Uses of Enum Class
org.springframework.data.domain.Sort.NullHandling
Packages that use 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
Subclasses with type arguments of type Sort.NullHandling in org.springframework.data.domainModifier and TypeClassDescriptionstatic enumEnumeration for null handling hints that can be used inSort.Orderexpressions.Methods in org.springframework.data.domain that return Sort.NullHandlingModifier and TypeMethodDescriptionSort.Order.getNullHandling()Returns the usedSort.NullHandlinghint, which can but may not be respected by the used datastore.static Sort.NullHandlingReturns 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.Methods in org.springframework.data.domain with parameters of type Sort.NullHandlingModifier and TypeMethodDescriptionSort.Order.with(Sort.NullHandling nullHandling) Returns aSort.Orderwith the givenSort.NullHandlingapplied.Constructors in org.springframework.data.domain with parameters of type Sort.NullHandlingModifierConstructorDescriptionOrder(@Nullable Sort.Direction direction, String property, boolean ignoreCase, Sort.NullHandling nullHandling) Creates a newSort.Orderinstance. if order is null then order defaults toSort.DEFAULT_DIRECTIONOrder(@Nullable Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint) Creates a newSort.Orderinstance. if order is null then order defaults toSort.DEFAULT_DIRECTION