Package net.jextra.fauxjo.bean
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
Homeobject 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).
-
-
Element Detail
-
value
String value
-
-