Annotation Interface MapKeyJoinColumns


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface MapKeyJoinColumns
Supports composite map keys that reference entities.

The MapKeyJoinColumns annotation groups MapKeyJoinColumn annotations. When the MapKeyJoinColumns annotation is used, both the name and the referencedColumnName elements must be specified in each of the grouped MapKeyJoinColumn annotations.

Since:
2.0
See Also: