sqlg2
Annotation Type Call


@Retention(value=SOURCE)
@Target(value=LOCAL_VARIABLE)
public @interface Call

Annotation for local variables marking that CallableStatement call should be generated. CallableStatement template is taken from preceding variable with Sql annotation.