Uses of Class
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.NullHandling Modifier and Type Method Description Sort.NullHandlingSort.Order. getNullHandling()Returns theSort.NullHandling.static Sort.NullHandlingSort.NullHandling. valueOf(String name)Returns 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.NullHandling Modifier and Type Method Description Sort.OrderSort.Order. with(Sort.NullHandling nullHandling)Returns a newSort.Orderwith the givenSort.NullHandling.Constructors in com.blazebit.persistence.deltaspike.data with parameters of type Sort.NullHandling Constructor Description Order(Sort.Direction direction, String path, Sort.NullHandling nullHandling)Creates a newSort.Orderwith the given direction, path and null handling.