Annotation Type ForeignTable
-
@Retention(RUNTIME) @Target(FIELD) public @interface ForeignTable
Indicates a foreign key exists on the linked entity. It is transient, meaning there is no corresponding column for this attribute.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoptionalSpecifies if the link is optional or not.
-
-
-
Element Detail
-
joinKey
String joinKey
Indicates which attribute in the linked entity is the foreign key to use for this link.
-
-