org.skife.jdbi.v2.sqlobject
Annotation Type SqlUpdate


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SqlUpdate

Used to indicate that a method should execute a non-query sql statement


Optional Element Summary
 String value
          The sql (or statement name if using a statement locator) to be executed.
 

value

public abstract String value
The sql (or statement name if using a statement locator) to be executed. The default value will use the method name of the method being annotated. This default behavior is only useful in conjunction with a statement locator.

Default:
" $#@!!@#% "


Copyright © 2011. All Rights Reserved.