Annotation Type GetGeneratedKeys


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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value
      Sets the column names of the generated key(s) from a SQL statement.
    • Element Detail

      • value

        java.lang.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:
        {}