Uses of Enum
com.querydsl.core.types.OrderSpecifier.NullHandling
Packages that use OrderSpecifier.NullHandling
-
Uses of OrderSpecifier.NullHandling in com.querydsl.core.types
Methods in com.querydsl.core.types that return OrderSpecifier.NullHandlingModifier and TypeMethodDescriptionOrderSpecifier.getNullHandling()Get the null handlingstatic OrderSpecifier.NullHandlingReturns the enum constant of this type with the specified name.static OrderSpecifier.NullHandling[]OrderSpecifier.NullHandling.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.querydsl.core.types with parameters of type OrderSpecifier.NullHandlingModifierConstructorDescriptionOrderSpecifier(Order order, Expression<T> target, OrderSpecifier.NullHandling nullhandling)