Uses of Class
com.bellotapps.webapps_commons.persistence.repository_utils.SortingData.NullHandling
-
-
Uses of SortingData.NullHandling in com.bellotapps.webapps_commons.persistence.repository_utils
Methods in com.bellotapps.webapps_commons.persistence.repository_utils that return SortingData.NullHandling Modifier and Type Method Description SortingData.NullHandlingSortingData.PropertySort. getNullHandling()static SortingData.NullHandlingSortingData.NullHandling. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortingData.NullHandling[]SortingData.NullHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bellotapps.webapps_commons.persistence.repository_utils with parameters of type SortingData.NullHandling Modifier and Type Method Description SortingData.PropertySort.BuilderSortingData.PropertySort.Builder. withNullHandling(SortingData.NullHandling nullHandling)Configures the null handling strategy.
-