Annotation Type JoinColumn
Foreign key column on the owning table.
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameNames the foreign key column on the owning table.- Returns:
- column name; empty derives it from the relationship name
- Default:
""
-
nullable
boolean nullableAllows a null foreign key, subject to the association optional setting.- Returns:
- true by default
- Default:
true
-