public interface Order extends QueryObject
Modifier and Type | Method and Description |
---|---|
void |
add(Field field)
Adds the field object to the order object of query objects.
|
void |
add(Field field,
OrderDirection direction)
Adds the field object with order direction specification
to the order object of query objects.
|
toString
void add(Field field)
field
- The field object of query objectsvoid add(Field field, OrderDirection direction)
field
- The Fielddirection
- The OrderDirectiveCopyright © 2013. All rights reserved.