Annotation Type FauxjoGetter


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface FauxjoGetter
    Optional annotation placed on a method of a Fauxjo bean. It makes the method the getter for a column in the database when creating an INSERT, UPDATE, or DELETE statement.

    By default, the Home object locates the 'get' method by searching for a method with the standard name getXYZ (or isXYZ) 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