@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface JoinColumns
Defines mapping for the composite foreign keys.
This annotation groups JoinColumn annotations for the same relationship.
When the JoinColumns annotation is used, both the name and the referencedColumnName
elements must be specified in each such JoinColumn annotation.