javax.persistence
Annotation Type PrimaryKeyJoinColumns


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface PrimaryKeyJoinColumns

Composite foreign keys are supported by means of the PrimaryKeyJoinColumns annotation. The PrimaryKeyJoinColumns annotation groups PrimaryKeyJoinColumn annotations.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification

Required Element Summary
 PrimaryKeyJoinColumn[] value
          List of PrimaryKeyJoinColumn objects.
 

Element Detail

value

public abstract PrimaryKeyJoinColumn[] value
List of PrimaryKeyJoinColumn objects.