Uses of Enum
jakarta.persistence.criteria.Nulls
Packages that use Nulls
-
Uses of Nulls in jakarta.persistence.criteria
Subclasses with type arguments of type Nulls in jakarta.persistence.criteriaModifier and TypeClassDescriptionenumSpecifies the precedence of null values within query result sets.Methods in jakarta.persistence.criteria that return NullsModifier and TypeMethodDescriptionOrder.getNullPrecedence()Return the precedence of null values.static NullsReturns the enum constant of this type with the specified name.static Nulls[]Nulls.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jakarta.persistence.criteria with parameters of type NullsModifier and TypeMethodDescriptionCriteriaBuilder.asc(Expression<?> expression, Nulls nullPrecedence) Create an ordering by the ascending value of the expression.CriteriaBuilder.desc(Expression<?> expression, Nulls nullPrecedence) Create an ordering by the descending value of the expression.