public class OrderExpression extends Object implements IASTObject
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderExpression.OrderBy |
| Constructor and Description |
|---|
OrderExpression(DomainObjectMatch<?> objectMatch) |
| Modifier and Type | Method and Description |
|---|---|
OrderExpression.OrderBy |
getCreateOrderCriteriaFor(String attributeName) |
DomainObjectMatch<?> |
getObjectMatch() |
List<OrderExpression.OrderBy> |
getOrderCriterias() |
public OrderExpression(DomainObjectMatch<?> objectMatch)
public DomainObjectMatch<?> getObjectMatch()
public List<OrderExpression.OrderBy> getOrderCriterias()
public OrderExpression.OrderBy getCreateOrderCriteriaFor(String attributeName)
Copyright © 2016. All rights reserved.