JPA Annotation Attribute
in jakarta.persistence.ManyToOne

boolean optional default true


(Optional) Whether the association is optional. If set to false then a non-null relationship must always exist.

May be used in schema generation to infer that the mapped foreign key column is not null.

Since:
JPA 1.0