|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderCriterion
Interface to be implemented by custom order criteria.
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.
| Method Summary | |
|---|---|
Object |
accept(OrderEvaluationVisitor visitor,
Object context)
Visitor dispatch callback used for evaluating order criteria. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||