terms property

List<OrderingTerm> terms
final

The list of ordering terms to respect. Terms appearing earlier in this list are more important, the others will only considered when two rows are equal by the first OrderingTerm.

Implementation

final List<OrderingTerm> terms;