terms property
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;
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.
final List<OrderingTerm> terms;