ObjectDB ObjectDB

OneToOne.optional - JPA annotation element

Annotation Element
javax.persistence.OneToOne
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