Uses of Enum
jakarta.persistence.criteria.Nulls
Packages that use Nulls
-
Uses of Nulls in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return NullsModifier and TypeMethodDescriptionOrder.getNullPrecedence()
Return the precedence of null values.static Nulls
Returns 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.