@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface OrderBys
OrderBy
is needed. Annotates a row class,
Table
subclass, SqlOperation
or within OrderBy
.
This annotation is optional since OrderBy
is Repeatable
as of version 4.0.