Annotation Type FauxjoSetter


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface FauxjoSetter
    Optional annotation placed on a method of a Fauxjo beans that represents the setter for a column in the database when creating a SELECT statement.

    By default, the Home object locates the 'set' method by searching for a method with the standard name setXYZ where XYZ is the name of the column in the database (case insensitive).

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value