Annotation Type SqlUpdate

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      The sql (or statement name if using a statement locator) to be executed.
    • Element Detail

      • value

        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.
        Returns:
        the SQL string (or name)
        Default:
        ""