Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.5
  Go To Table Of Contents
 Search
 PDFComments
Comments


@JoinFields

Use @JoinFields to define a set of @JoinField annotations on a relationship.


Annotation Elements

Table 2-30 describes this annotation's elements.

Table 2-30 @JoinFields Annotation Elements

Annotation Element Description Default

JoinField[]J

An array of join fields




Examples

See "@JoinField" for an example of using the @Index annotation.


See Also

For more information, see: