Annotation Type FauxjoField


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface FauxjoField
    Annotation placed on a field of a Fauxjo beans that represents column in the database when creating an INSERT, UPDATE, and DELETE statement.

    Note, this overrides any use of FauxjoGetter's and FauxjoSetter's.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean defaultable  
      • defaultable

        boolean defaultable
        Default:
        false