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 exist on the database. Its parameter is the name of the field of the foreign key.- Author:
- Collin Alpert
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-