Annotation Type ForeignKeyObject
-
@Target(FIELD) @Retention(RUNTIME) public @interface ForeignKeyObjectMarks a field as the correspondent object to a foreign key. This property does not have to exists on the database. The parameter value has to match the correspondingForeignKeyparameter value.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalue
-