EclipseLink 2.0.0_ 2.0.0.r3652-M1 API Reference

javax.persistence
Annotation Type MapKeyJoinColumns


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


Required Element Summary
 MapKeyJoinColumn[] value
          (Required) The map key join columns that are used to map to the entity that is the map key.
 

Element Detail

value

public abstract MapKeyJoinColumn[] value
(Required) The map key join columns that are used to map to the entity that is the map key.


EclipseLink 2.0.0_ 2.0.0.r3652-M1 API Reference