ObjectDB ObjectDB

ManyToMany.targetEntity - JPA annotation element

Annotation Element
javax.persistence.ManyToMany
Class targetEntity

(Optional) The entity class that is the target of the association. Optional only if the collection-valued relationship property is defined using Java generics. Must be specified otherwise.

Defaults to the parameterized type of the collection when defined using generics.

Default value:
void.class
Since:
JPA 1.0