Uses of Enum Class
jakarta.persistence.criteria.Nulls
-
Uses of Nulls in jakarta.persistence.criteria
Modifier and TypeMethodDescriptionOrder.getNullPrecedence()
Return the precedence of null values.static Nulls
Returns 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.Modifier 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.