Package org.apache.openjpa.meta
Interface Order
- All Superinterfaces:
Serializable
Order a field.
- Author:
- Abe White
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn a comparator for ordering by this element, or null if the ordering is done in the datastore.getName()
Return the name of the orderable.boolean
Order direction.
-
Field Details
-
ELEMENT
Token denoting to order by the element value.- See Also:
-
-
Method Details
-
getName
String getName()Return the name of the orderable. -
isAscending
boolean isAscending()Order direction. -
getComparator
Comparator getComparator()Return a comparator for ordering by this element, or null if the ordering is done in the datastore.
-