T
- The property type@Internal
public final class PersistentPropertyOrder<T>
extends java.lang.Object
implements jakarta.persistence.criteria.Order
Order
.Constructor and Description |
---|
PersistentPropertyOrder(PersistentPropertyPath<T> persistentPropertyPath,
boolean ascending) |
Modifier and Type | Method and Description |
---|---|
jakarta.persistence.criteria.Expression<?> |
getExpression() |
boolean |
isAscending() |
jakarta.persistence.criteria.Order |
reverse() |
public PersistentPropertyOrder(PersistentPropertyPath<T> persistentPropertyPath, boolean ascending)
public jakarta.persistence.criteria.Order reverse()
reverse
in interface jakarta.persistence.criteria.Order
public boolean isAscending()
isAscending
in interface jakarta.persistence.criteria.Order
public jakarta.persistence.criteria.Expression<?> getExpression()
getExpression
in interface jakarta.persistence.criteria.Order