Annotation Interface Join
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,TYPE,FIELD,METHOD})
@Repeatable(JoinSpecifications.class)
public @interface Join
A @Join defines how a join for a particular association path should be generated.
- Since:
- 1.0
- Author:
- graemerocher
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value- Returns:
- The path to join.
-
type
-
alias
-