Annotation Type GetGeneratedKeys


@Retention(RUNTIME) @Target(METHOD) public @interface GetGeneratedKeys
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Sets the column names of the generated key(s) from a SQL statement.
  • Element Details

    • value

      String[] value
      Sets the column names of the generated key(s) from a SQL statement.
      Returns:
      column names of the generated key(s) from a SQL statement.
      Default:
      {}