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