Class OrderByUtils
java.lang.Object
io.micronaut.data.processor.visitors.finders.OrderByUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.persistence.criteria.NullsgetNullPrecedence(io.micronaut.core.annotation.AnnotationValue<?> orderByAnnotation) Reads the null precedence requested by anOrderByannotation value.
-
Method Details
-
getNullPrecedence
public static jakarta.persistence.criteria.Nulls getNullPrecedence(io.micronaut.core.annotation.AnnotationValue<?> orderByAnnotation) Reads the null precedence requested by anOrderByannotation value.- Parameters:
orderByAnnotation- The order by annotation value- Returns:
- The null precedence,
Nulls.NONEwhen unspecified
-