public interface OrderCriterion extends Serializable
Order criteria are used to define a specific order of elements returned by a query and can be thought of an analogon to an SQL ORDER-BY-clause.
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(OrderEvaluationVisitor visitor,
Object context)
Visitor dispatch callback used for evaluating order criteria.
|
Object accept(OrderEvaluationVisitor visitor, Object context)
return visitor.visit(this, context), thus calling the appropriately
overloaded visitation method.visitor - The visitor performing the evaluation.context - Information used by the visitor during the visitation process.Copyright © 2016 Eclipse Stardust. All Rights Reserved.