Class SimpleSortSpecification

java.lang.Object
org.mybatis.dynamic.sql.select.SimpleSortSpecification
All Implemented Interfaces:
SortSpecification

public class SimpleSortSpecification extends Object implements SortSpecification
This class is used for an order by phrase where there is no suitable column name to use (for example a calculated column or an aggregate column).
Author:
Jeff Butler