javax.persistence
Annotation Type PrimaryKeyJoinColumns


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

This annotation groups PrimaryKeyJoinColumn annotations. It is used to map composite foreign keys.

Author:
Emmanuel Bernard

Required Element Summary
 PrimaryKeyJoinColumn[] value
          One or more PrimaryKeyJoinColumn annotations
 

Element Detail

value

public abstract PrimaryKeyJoinColumn[] value
One or more PrimaryKeyJoinColumn annotations