Class PersistentPropertyOrder<T>
java.lang.Object
io.micronaut.data.model.jpa.criteria.impl.PersistentPropertyOrder<T>
- Type Parameters:
- T- The property type
- All Implemented Interfaces:
- jakarta.persistence.criteria.Order
@Internal
public final class PersistentPropertyOrder<T>
extends Object
implements jakarta.persistence.criteria.Order
The implementation of 
Order.- Since:
- 3.2
- Author:
- Denis Stepanov
- 
Constructor SummaryConstructorsConstructorDescriptionPersistentPropertyOrder(PersistentPropertyPath<T> persistentPropertyPath, boolean ascending) 
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.persistence.criteria.Expression<?>booleanjakarta.persistence.criteria.Orderreverse()
- 
Constructor Details- 
PersistentPropertyOrder
 
- 
- 
Method Details- 
reversepublic jakarta.persistence.criteria.Order reverse()- Specified by:
- reversein interface- jakarta.persistence.criteria.Order
 
- 
isAscendingpublic boolean isAscending()- Specified by:
- isAscendingin interface- jakarta.persistence.criteria.Order
 
- 
getExpressionpublic jakarta.persistence.criteria.Expression<?> getExpression()- Specified by:
- getExpressionin interface- jakarta.persistence.criteria.Order
 
 
-