Annotation Type BindBean


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface BindBean
    Binds the properties of a JavaBean to a SQL statement.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      Prefix to apply to each bean property.
    • Element Detail

      • value

        java.lang.String value
        Prefix to apply to each bean property. If specified, properties will be bound as prefix.propertyName.
        Returns:
        the prefix
        Default:
        ""