@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Update
Use for INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing.
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