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.Order Modifier and Type Method Description Sort.OrderSort. getOrderFor(String path)Returns the order for the given path ornullif there is none.Sort.OrderSort.Order. ignoreCase()Returns a newSort.Orderwith case insensitive sorting enabled.Sort.OrderSort.Order. nullsFirst()Returns a newSort.OrderwithSort.NullHandling.NULLS_FIRSTas null handling.Sort.OrderSort.Order. nullsLast()Returns a newSort.OrderwithSort.NullHandling.NULLS_LASTas null handling.Sort.OrderSort.Order. nullsNative()Returns a newSort.OrderwithSort.NullHandling.NATIVEas null handling.Sort.OrderSort.Order. with(Sort.Direction direction)Returns a newSort.Orderwith the givenSort.Direction.Sort.OrderSort.Order. with(Sort.NullHandling nullHandling)Returns a newSort.Orderwith the givenSort.NullHandling.Sort.OrderSort.Order. withPath(String path)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.Order Modifier and Type Method Description Iterator<Sort.Order>Sort. iterator()Constructors in com.blazebit.persistence.deltaspike.data with parameters of type Sort.Order Constructor Description Sort(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.Order Constructor Description Sort(Collection<Sort.Order> orders)Creates a new Sort with the givenSort.Orders.