@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Select
Use for SELECT statement.
You can use the parameter value from the method into SQL statement with "${parm.attribute}" syntax.
The result from SQL statement is converted to the return type defined into the method.
- Author:
- julien