Annotation Interface ParameterName


@Target(PARAMETER) @Retention(RUNTIME) public @interface ParameterName
Indicates a parameter name for DAO methods.

This annotation is used to explicitly specify the name of a parameter that will be referenced in SQL templates or other database operations.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      the parameter name.
      Default:
      ""