public final class OrderByField extends AbstractDataTransferObject
Predicate
definition
as well as a set of additional properties which control paging and other
aspects of the results which should be returned from the query.
In order to construct a new OrderByField
, the OrderByField.Builder
should be used. Use the PredicateFactory
to construct
the predicate for use by the query.
This class specifies nothing regarding how the query will be executed. It is expected that an instance will be constructed and then passed to code which understands how to execute the desired query.
This class is mapped for use by JAXB and can therefore be used by clients as part of remotable service definitions.
Predicate
,
PredicateFactory
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
OrderByField.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Returns the a name of the field to order results on
|
OrderDirection |
getOrderDirection()
Indicates what direction row ordering is used (ascending or descending)
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getFieldName()
public OrderDirection getOrderDirection()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.