Package net.jextra.fauxjo.bean
Annotation Type FauxjoPrimaryKey
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface 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.In particular this is used to auto-create insert, update, and delete SQL statements.