@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface BindSqlOrderBy
Define a dynamic order by condition. It is append to order by
statement defined with attribute orderBy in
BindSqlSelect annotation.
- Author:
- Francesco Benincasa (abubusoft@gmail.com)