Uses of Enum Class
jakarta.persistence.criteria.Nulls
Packages that use Nulls
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
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 class with the specified name.static Nulls[]Nulls.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jakarta.persistence.criteria with parameters of type NullsModifier and TypeMethodDescriptionCreate an ordering by the ascending value of this expression.CriteriaBuilder.asc(Expression<?> expression, Nulls nullPrecedence) Create an ordering by the ascending value of the expression.Create an ordering by the descending value of this expression.CriteriaBuilder.desc(Expression<?> expression, Nulls nullPrecedence) Create an ordering by the descending value of the expression.