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