Annotation Type BindFields


@Retention(RUNTIME) @Target(PARAMETER) public @interface BindFields
Binds the properties and public fields of an object to a SQL statement.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Prefix to apply to each bean field name.
  • Element Details

    • value

      String value
      Prefix to apply to each bean field name. If specified, fields will be bound as prefix.propertyName.
      Returns:
      the prefix
      Default:
      ""