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