Uses of Class
com.blazebit.persistence.deltaspike.data.Sort.Order
-
Uses of Sort.Order in com.blazebit.persistence.deltaspike.data
Methods in com.blazebit.persistence.deltaspike.data that return Sort.OrderModifier and TypeMethodDescriptionSort.getOrderFor(String path) Returns the order for the given path ornullif there is none.Sort.Order.ignoreCase()Returns a newSort.Orderwith case insensitive sorting enabled.Sort.Order.nullsFirst()Returns a newSort.OrderwithSort.NullHandling.NULLS_FIRSTas null handling.Sort.Order.nullsLast()Returns a newSort.OrderwithSort.NullHandling.NULLS_LASTas null handling.Sort.Order.nullsNative()Returns a newSort.OrderwithSort.NullHandling.NATIVEas null handling.Sort.Order.with(Sort.Direction direction) Returns a newSort.Orderwith the givenSort.Direction.Sort.Order.with(Sort.NullHandling nullHandling) Returns a newSort.Orderwith the givenSort.NullHandling.Returns a newSort.Orderwith the same configuration as thisSort.Order, but the given path.Methods in com.blazebit.persistence.deltaspike.data that return types with arguments of type Sort.OrderConstructors in com.blazebit.persistence.deltaspike.data with parameters of type Sort.OrderModifierConstructorDescriptionSort(Sort.Order... orders) Creates a new Sort with the givenSort.Orders.Constructor parameters in com.blazebit.persistence.deltaspike.data with type arguments of type Sort.OrderModifierConstructorDescriptionSort(Collection<Sort.Order> orders) Creates a new Sort with the givenSort.Orders.