Uses of Enum
com.blazebit.persistence.deltaspike.data.Sort.NullHandling
-
Uses of Sort.NullHandling in com.blazebit.persistence.deltaspike.data
Methods in com.blazebit.persistence.deltaspike.data that return Sort.NullHandlingModifier and TypeMethodDescriptionSort.Order.getNullHandling()Returns theSort.NullHandling.static Sort.NullHandlingReturns the enum constant of this type with the specified name.static Sort.NullHandling[]Sort.NullHandling.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blazebit.persistence.deltaspike.data with parameters of type Sort.NullHandlingModifier and TypeMethodDescriptionSort.Order.with(Sort.NullHandling nullHandling) Returns a newSort.Orderwith the givenSort.NullHandling.Constructors in com.blazebit.persistence.deltaspike.data with parameters of type Sort.NullHandlingModifierConstructorDescriptionOrder(Sort.Direction direction, String path, Sort.NullHandling nullHandling) Creates a newSort.Orderwith the given direction, path and null handling.