Package net.jextra.fauxjo.bean
-
Class Summary Class Description Fauxjo Base class for a fauxjo (database bean). -
Annotation Types Summary Annotation Type Description FauxjoField Annotation placed on a field of a Fauxjo beans that represents column in the database when creating an INSERT, UPDATE, and DELETE statement.FauxjoGetter Optional annotation placed on a method of a Fauxjo bean.FauxjoPrimaryKey This annotation should be added to all getter methods of the Fauxjo bean in order to specify the values that uniquely identify a row in the database.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.