Annotation Type KeyColumns
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface KeyColumns
Allows the specification of multiple map key columns for complex mappings.
- Since:
- 0.4.0, 1.1.0
- Author:
- Abe White
-
-
Element Detail
-
value
KeyColumn[] value
- Default:
- {}
-
-