Annotation Type ForeignKey
-
@Target(FIELD) @Retention(RUNTIME) public @interface ForeignKeyMarks a field as the correspondent to a foreign key in the database. The parameter value has to match the correspondingForeignKeyObjectparameter value.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalue
-