@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface OrderBys
Defines two or more order by phrases for row class. Use this annotation if
more than one OrderBy is needed. Annotates a row class,
Table subclass, SqlOperation or within OrderBy.