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