ObjectDB ObjectDB

ManyToMany.mappedBy - JPA annotation element

Annotation Element
javax.persistence.ManyToMany
String mappedBy

The field that owns the relationship. Required unless the relationship is unidirectional.
Default value:
""
Since:
JPA 1.0