|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Order
Interface for Order of query objects.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.castor.cpa.query.QueryObject |
---|
toString |
Method Detail |
---|
void add(Field field)
field
- The field object of query objectsvoid add(Field field, OrderDirection direction)
field
- The Fielddirection
- The OrderDirective
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |