ObjectDB ObjectDB

OneToOne.mappedBy - JPA annotation element

Annotation Element
javax.persistence.OneToOne
String mappedBy

(Optional) The field that owns the relationship. This element is only specified on the inverse (non-owning) side of the association.
Default value:
""
Since:
JPA 1.0