JPA Annotation Attribute
in javax.persistence.ManyToMany

Class targetEntity default void.class


(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.

Since:
JPA 1.0