Uses of Class
jakarta.persistence.criteria.Nulls
-
Packages that use Nulls Package Description jakarta.persistence.criteria Jakarta Persistence Criteria API -
-
Uses of Nulls in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return Nulls Modifier and Type Method Description Nulls
Order. getNullPrecedence()
Return the precedence of null values.static Nulls
Nulls. valueOf(java.lang.String name)
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 Nulls Modifier and Type Method Description Order
CriteriaBuilder. asc(Expression<?> expression, Nulls nullPrecedence)
Create an ordering by the ascending value of the expression.Order
CriteriaBuilder. desc(Expression<?> expression, Nulls nullPrecedence)
Create an ordering by the descending value of the expression.
-