@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
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.