ObjectDB ObjectDB

ManyToOne.optional - JPA annotation element

Annotation Element
javax.persistence.ManyToOne
boolean optional

(Optional) Whether the association is optional. If set to false then a non-null relationship must always exist.
Default value:
true
Since:
JPA 1.0