|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OrderByExpression | |
|---|---|
| org.odata4j.expression | |
| org.odata4j.producer | The odata4j server-side (producer-side) API. |
| org.odata4j.producer.jdbc | |
| org.odata4j.producer.jpa | |
| org.odata4j.producer.resources | |
| Uses of OrderByExpression in org.odata4j.expression |
|---|
| Methods in org.odata4j.expression that return OrderByExpression | |
|---|---|
static OrderByExpression |
Expression.orderBy(CommonExpression expression,
OrderByExpression.Direction direction)
|
| Methods in org.odata4j.expression that return types with arguments of type OrderByExpression | |
|---|---|
static List<OrderByExpression> |
ExpressionParser.parseOrderBy(String value)
|
| Methods in org.odata4j.expression with parameters of type OrderByExpression | |
|---|---|
void |
PrintExpressionVisitor.visit(OrderByExpression expr)
|
void |
FilterExpressionVisitor.visit(OrderByExpression expr)
|
void |
ExpressionVisitor.visit(OrderByExpression expr)
|
| Uses of OrderByExpression in org.odata4j.producer |
|---|
| Fields in org.odata4j.producer with type parameters of type OrderByExpression | |
|---|---|
List<OrderByExpression> |
QueryInfo.orderBy
The ordering expressions to apply, if present. |
| Method parameters in org.odata4j.producer with type arguments of type OrderByExpression | |
|---|---|
QueryInfo.Builder |
QueryInfo.Builder.setOrderBy(List<OrderByExpression> orderBy)
|
| Constructor parameters in org.odata4j.producer with type arguments of type OrderByExpression | |
|---|---|
QueryInfo(InlineCount inlineCount,
Integer top,
Integer skip,
BoolCommonExpression filter,
List<OrderByExpression> orderBy,
String skipToken,
Map<String,String> customOptions,
List<EntitySimpleProperty> expand,
List<EntitySimpleProperty> select)
Creates a new QueryInfo instance. |
|
| Uses of OrderByExpression in org.odata4j.producer.jdbc |
|---|
| Methods in org.odata4j.producer.jdbc with parameters of type OrderByExpression | |
|---|---|
void |
GenerateWhereClause.visit(OrderByExpression expr)
|
| Uses of OrderByExpression in org.odata4j.producer.jpa |
|---|
| Method parameters in org.odata4j.producer.jpa with type arguments of type OrderByExpression | |
|---|---|
static String |
JPASkipToken.create(List<OrderByExpression> orderByList,
OEntity lastEntity)
|
static BoolCommonExpression |
JPASkipToken.parse(String primaryKeyName,
List<OrderByExpression> orderByList,
String skipToken)
|
| Uses of OrderByExpression in org.odata4j.producer.resources |
|---|
| Methods in org.odata4j.producer.resources that return types with arguments of type OrderByExpression | |
|---|---|
static List<OrderByExpression> |
OptionsQueryParser.parseOrderBy(String orderBy)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||