@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface KeyJoinColumns
Allows the specification of multiple map key columns for compound joins.
Modifier and Type | Optional Element and Description |
---|---|
KeyJoinColumn[] |
value |
public abstract KeyJoinColumn[] value