Annotation Type KeyJoinColumns
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface KeyJoinColumns
Allows the specification of multiple map key columns for compound joins.
- Since:
- 0.4.0, 1.1.0
- Author:
- Abe White
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description KeyJoinColumn[]
value
-
-
-
Element Detail
-
value
KeyJoinColumn[] value
- Default:
- {}
-
-