Jakarta Persistence (JPA) Method

boolean optional


(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.

Default:
true
Since:
Jakarta Persistence (JPA) 1.0