IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.projector.md
Interface TupleAssociation.OrderByInfo

Enclosing interface:
TupleAssociation

public static interface TupleAssociation.OrderByInfo

Ordering information for multi-valued associations.

Since:
WAS XD 6.1
See Also:
OrderBy

Nested Class Summary
static interface TupleAssociation.OrderByInfo.OrderByElement
          Ordering details for an attribute in the target entity.
 
Method Summary
 TupleAssociation.OrderByInfo.OrderByElement[] getOrderByElements()
          The elements used to order the association collection.
 String getOrderByString()
          The order-by string in the format:
 

Method Detail

getOrderByString

String getOrderByString()
The order-by string in the format:

 orderby_list::= orderby_item [,orderby_item]*
 orderby_item::= property_or_field_name [ASC | DESC]
 

Returns:
the order-by string.

getOrderByElements

TupleAssociation.OrderByInfo.OrderByElement[] getOrderByElements()
The elements used to order the association collection.

Returns:
the ordered elements to order by.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.