JPA Enum

Nulls

java.lang.Object
  ∟ java.lang.Enum<jakarta.persistence.criteria.Nulls>
    ∟ jakarta.persistence.criteria.Nulls

Specifies the precedence of null values within query result sets.
See Also:
asc()
desc()
Since:
JPA 3.2

Enum Constants

Null values occur at the beginning of the result set.
Since:
JPA 3.2
Null values occur at the end of the result set.
Since:
JPA 3.2
Null precedence not specified.
Since:
JPA 3.2

Public Static Enum Methods:

Method inherited from class java.lang.Enum

compareTo, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

Method inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait